07.09.2010, 01:18
this will more likely be an EPIC fail but
Epic fail but uh at least I'm helping D:
pawn Код:
case 17:
{
new place;
DisablePlayerRaceCheckpoint(playerid);
PlayerPlaySound(playerid, 1056, 0.0, 0.0, 10.0);
SetPlayerRaceCheckpoint(playerid, 1,3825.4634,-2516.0691,46.5305,3829.0635,-2531.2246,52.5604,10);
Stats[playerid] = 18;
new name[MAX_PLAYER_NAME], string[100];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "Player %s Has Finshed Race [%d]", name, place); // how would i make it for all playrs go like player noob has finshed second player carbon has finshed 3rd
SendClientMessageToAll(ADMIN_RED, string);
return 1;
}