06.12.2009, 20:57
Hi I Have A Problem With Pawn :
What Wrong With That

And This Too :
Код:
1746 public OnVehicleSpawn(vehicleid)
1747 {
1748 GameTextForPlayer(vehicleid,"You Spawned A Vehicle",2500,3);}
1749 return 1;}

And This Too :
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
ChangePlayerScreenCoulour(playerid, RED, 6, 192);
return 1;
}

