16.10.2010, 23:33
Still the same problem
And i also added "new rand = random" at the top of OnPlayercommandtext with the "new string" and "new tmp"
pawn Код:
GivePlayerWeapon(playerid, 24, 99999);
GivePlayerWeapon(playerid, 3, 0);
GivePlayerWeapon(playerid, 41, 99999);
GivePlayerWeapon(playerid, 31, 99999);
CopOnDuty[playerid] = 1;
randa = random(sizeof(randomskins));
SetPlayerSkin(playerid, randa);
format(string, sizeof(string), "[LSPD:] %s is now an on duty police officer.",GetPlayerNameEx(playerid));
SendFactionTypeMessage(1, COLOR_LSPD, string);
return 1;
pawn Код:
new randomskins[] = { 29, 47, 48, 285 };