lil' help
#1

hum this textdraw dosnt appear
why?
pawn Код:
public OnPlayerConnect(playerid)
{
    TextDrawShowForPlayer(playerid,spawntext);
    TextDrawShowForPlayer(playerid, website);
    AllowPlayerTeleport(playerid,1);
    SetPlayerMapIcon(playerid, 12, 1689.2783,1825.2571,21.0895, 56, 0);
    return 1;
}
/*==========Spawn text=========*/
    spawntext = TextDrawCreate(240.0,580.0,"Welcome read the /rules and follow them otherwise \n you will get banned, if you want \n to know some teles try /teles\n if you want to hang around the server\n but dont know how to try /cmds\n if you have a question /ask or see a \nrule breaker try /report \nGratz PSC clan");
    /*==========End of spawn text=========*/
thats ongamemodeinit
then ontop of gamemodeinit
pawn Код:
new Text:spawntext;
Reply
#2

nvm sorry
Reply
#3

EDIT: I think you should create "spawntext = TextDrawCreate" somewhere in front TextDrawShowForPlayer.
'Cause pawno reads your script from top to bottom.
Reply
#4

all i would like to know to do was this
but i think its with a textdraw
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)