04.08.2011, 16:28
Yup.
I'll be damned, it works now
I'll be damned, it works now
pawn Код:
public OnPlayerSpawn(playerid)
{
PlayerPlaySound(playerid, 1184, -1370.2362,-256.3250,15.0000);
SetPlayerHealth(playerid, 100);
SetPlayerPos(playerid,-543.7243,2592.7314,53.5156);
IsInDM[playerid] = 0;
nojump2[playerid] = 0;
ResetPlayerWeapons(playerid);
if(!IsPlayerLuxAdminLevel(playerid,1))
{
SetPlayerColor(playerid, COLOR_RED);
}
TextDrawShowForPlayer(playerid, Textdraw1);
SetPlayerWeather(playerid,1);
SetPlayerVirtualWorld(playerid,0);
return 1;
}