Textdraw crashing the player
#1

Timer:

pawn Код:
forward TutTimer(playerid);
public TutTimer(playerid)
{
    new string[800];
    Player[playerid][pTut] = 1;
    SetPlayerCameraLookAt(playerid, 1553.1650,-1675.6091,16.1953);
    SetPlayerCameraPos(playerid, 1530.1918,-1665.5634,21.3828);
    SetPlayerPos(playerid, 1553.1650,-1675.6091, 16.1953 - 2);
    TextDrawShowForPlayer(playerid, Textdraw0[playerid]);
    TextDrawShowForPlayer(playerid, Textdraw1[playerid]);
    TextDrawSetString(Textdraw1[playerid], "~w~Welcome to ~y~Everous Roleplay~w~. We hope we can cover what you need in this tutorial.~n~There are various jobs such as Trucker, Weapon Dealer etc. A full list of jobs can be found by typing ~g~/jobhelp~w~.~n~As a newbie it's recommended to work as a Trucker or a Street Sweeper, since it provides a fairly enough amount of cash.~n~The cash you earn goes to your bank.");
    SetTimerEx("TutTimer2", 20000, false, "i", playerid);
    return 1;
}
Every time the textdraw attempts to show up the player crashes. Any reply is appriciated.
Reply


Messages In This Thread
Textdraw crashing the player - by L.Hudson - 08.05.2013, 22:37
Re: Textdraw crashing the player - by IceCube! - 08.05.2013, 22:39
Re: Textdraw crashing the player - by L.Hudson - 08.05.2013, 22:44
Re: Textdraw crashing the player - by IceCube! - 08.05.2013, 22:46
Re: Textdraw crashing the player - by L.Hudson - 09.05.2013, 00:04
Respuesta: Textdraw crashing the player - by Loox - 09.05.2013, 00:36
Re: Textdraw crashing the player - by Basssiiie - 09.05.2013, 00:42
Re: Textdraw crashing the player - by L.Hudson - 09.05.2013, 13:21

Forum Jump:


Users browsing this thread: 1 Guest(s)