#include <a_samp>
#include <fixchars>
new Text:koszones;
new Text:szerverip;
public OnGameModeInit()
{
SetGameModeText(\"Blank Script\");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
//TEXTDRAW
koszones = TextDrawCreate(437,192,\"Sziasztok \");
TextDrawColor(koszones,0x00ffd5AA);
//TEXTDRAW
szerverip = TextDrawCreate(437,200,\"Hamarosan \");
TextDrawColor(szerverip,0x00ffd5AA);
return 1;
}
public OnPlayerSpawn(playerid)
{
TextDrawShowForPlayer(playerid,Text:koszones);
TextDrawShowForPlayer(playerid,Text:szerverip);
return 1;
}
Dupla hozzászólás automatikusan összefûzve. ( 2013. május 23. - 16:58:15 )
megoldottam remélhetõleg :d
azért köszönöm