Whats bad on this script?
#8

Thanks for spawn, also i changed into:

Quote:

#include <a_samp>

main()
{
print("Learn Pawn Project - Simple v1");

}

public OnPlayerConnect(playerid)
{
GameTextForPlayer(playerid,"~w~Hello: ~r~DeatMatch GameMode",5000,5);
return 1;
}


public OnPlayerSpawn(playerid)
{
SetPlayerInterior(playerid,0);
TogglePlayerClock(playerid,0);
return 1;
}

Now is working when i loggin, but isn't the same Text as Textdraw or?
Reply


Messages In This Thread
Whats bad on this script? - by universe - 05.12.2010, 19:32
Re: Whats bad on this script? - by universe - 05.12.2010, 19:59
Re: Whats bad on this script? - by fangoth1 - 05.12.2010, 20:02
Re: Whats bad on this script? - by Think - 05.12.2010, 20:03
Re: Whats bad on this script? - by universe - 05.12.2010, 20:19
Re: Whats bad on this script? - by scripter1 - 05.12.2010, 20:24
Re: Whats bad on this script? - by Think - 05.12.2010, 20:24
Re: Whats bad on this script? - by universe - 05.12.2010, 20:31

Forum Jump:


Users browsing this thread: 3 Guest(s)