Zaloguj się by uzyskać pełen dostęp. Nie masz jeszcze konta? Założ je już teraz w kilka sekund.
GTAONLINE.PL
Tematy otagowane jako: texturki
1. Dziwne texturki
Witam, mam pytanie, weszlem sobie na angielski RP a tam na start byly takie texturki:

Jak uzyskac taki efekt?

Najlepszego nagrodze :piwo: :piwo: :piwo: :piwo: :piwo: :piwo: :piwo: :piwo: :piwo: :piwo: :piwo: :piwo: :piwo: :piwo:
2. Texturki
Czesc dzis od rana dodaje texturki do obiektow no ale cos jest nie tak oto czesc kodu z mapki:
Kod:

#include <a_samp>
#include <zcmd>
#include <streamer>
new piec1 = CreateDynamicObject(2171.3528, 922.7394, 7.0455, 0.0000, 0.0000, 90.0000);
public OnFilterScriptInit()
{
return 1;
}
public OnPlayerRequestClass(playerid, classid)
{
return 1;
}
public OnPlayerConnect(playerid)
{
return 1;
}
public OnPlayerDisconnect(playerid,reason)
{
return 1;
}

public OnPlayerSpawn(playerid)
{
return1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
return 1;
}
public OnGameModeInit()
{
CreateDynamicObject(19447, 2164.39600, 922.09723, 4.42710, 0.00000, 0.00000, 77.91476);
SetObjectMaterial(piec1, 0, 3925, "weemap", "rocktb128", 0xFFFFFFFF);
return 1;
}

Za pomoc piwko + repka.

[ Dodano: 2015-10-17, 10:11 ]
Jak co? to po nacisnieciu F5 wyskakuje mi ze program pawn compiler przestal dzialac