25.09.2010, 21:18
Код:
if(!strcmp(cmdtext, "/respawncars", true)) { for(new i = 0; i < MAX_VEHICLES; i++) { new name[ 24 ], string[ 64 ]; GetPlayerName( playerid, name, 24 ); format( string, sizeof(string), "%s has respawned the cars", name ); GameTextForAll( string, 1000, 1 ); SetVehicleToRespawn(i); } return 1; }