Search Results
Any comparison between this and Pawn.CMD? I mean this has tons of features but in terms of speed which is better?
3,629
Put this at the end of the gamemode. Код: stock gCheckPlayerWeapon(playerid, _weaponid) { const MAX_WEAPONS_SLOTS = 13; static ammo, weaponid; for (new i; i != MAX_WEAPONS...
190
What i did was to check the playerid instead of color right? I am so stupid goddamit.
92
Код: if(GetPlayerMoney(playerid >= 500)) { if(GetPlayerColor(playerid == 0xFFFFFF00)) return SendClientMessage(playerid, -1, "[System]: Your name tag color is already White. You don't need to c...
92