18.09.2014, 07:25
pawn Код:
CreateDynamicObject(3998,1153.2009300,2595.5139200 ,-3.0000000,0.0000000,0.0000000,0.0000000); //1 st warning
CreateDynamicObject(5706, 6, -1801, 0, 0, 0, 0, .streamdistance = 10000.0);2nd warning
if(PInfo[playerid][AdminLevel] > 0) { format(string, sizeof(string), "You have authorized as a level %d administrator.", PInfo[playerid][AdminLevel]); SendClientMessage(playerid, COLOR_SECURITY, string); }
if(JustRegistered[playerid] == 0) { format(string, sizeof(string), "{FFFFFF}Welcome back to the Life of Flying, {1B8AE4}%s{FFFFFF}", PlayerName(playerid)), SendClientMessage(playerid, COLOR_MESSAGE, string); }
PInfo[playerid][Online] = 1;
YourOnline(playerid);3-4th warning
case 17:SendClientMessageToAll(COLOR_LIGHTBLUE,"METAR INFO: [Current Weather]: Scorching Hot Bright Weather |[Visibility]:High |[Winds]:NA |[Clouds]:Low");Last warning
__________________

