Search Results
Add this line in the admin script: Код: #define SAVE_SCORE true
108
and the files are for the directory Scriptfiles
93
you use it in public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)?
171
Код: public OnPlayerDeath(playerid, killerid, reason) { // Add 1 to this killer's score. if(killerid != INVALID_PLAYER_ID) SetPlayerScore(killerid, GetPlayerScore(killerid) + 1); retur...
108
I stopped scripting and Mapping like a year ago(some know why) but i have spare time so i created a sort of garage Pics: Pic 1: Pic 2: Pic 3: Код: // Objects CreateObject(1344,181...
197
if i am right he reads the skin id from the file so pModel: PlayerInfo[playerid][pModel] = GetPlayerSkin(playerid); he must not use GetPlayerSkin but SetPlayerskin?
225
I think this might be your problem but i am not sure.. if(!response) return Kick(playerid);
225