21.07.2015, 14:11
PHP код:
public OnPlayerSpawn(playerid)
{
PlayerTextDrawShow(playerid, INFO[0][playerid]);
PlayerTextDrawShow(playerid, INFO[1][playerid]);
PlayerTextDrawShow(playerid, INFO[2][playerid]);
PlayerTextDrawShow(playerid, INFO[3][playerid]);
PlayerTextDrawShow(playerid, INFO[4][playerid]);
PlayerTextDrawShow(playerid, INFO[5][playerid]);
PlayerTextDrawShow(playerid, INFO[6][playerid]);
PlayerTextDrawShow(playerid, INFO[7][playerid]);
PlayerTextDrawShow(playerid, INFO[8][playerid]);
SetPlayerInterior(playerid,0);
return 1;
}

