Search Results
Can I use this: new PhoneContactData[MAX_PLAYERS][_phoneData][MAX_CONTACTS]; Can I have string in _phoneData?? It bugs I think
57
Hallo freunden, Ik ben een phone systeem aant maken waar je /sms worden opgeslagen, maar ik kwam tot ene hele rare ontdekking, ik zal jullie de code laten zien en de debug: Code: enum _phoneData { ...
376
Code: Код: case DIALOG_PHONE_TEXT_NUMBER_INPUT: { if (response) { new number = SMSPerson[playerid], target; if (!strlen(inputtext)) return ShowPlayerDialog(playe...
60
Hello, I've found out that my shooting system is kinda fucked up, I already tried to comment everything out on OnPlayerUpdate and OnPlayerKeyStateChange. I have no clue why it's fucked up like this do...
73
Nee ik had het al gevonden in al mijn haast had ik 'Crack' naar 'Cocaine' veranderd door CTRL + H te gebruiken, daarom veranderde PreloadAnimLib(playerid, "CRACK"); naar PreloadAnimLib(playerid, "COCA...
378
Hallo! Ik heb ieds raars ontdekt, ik was de hele ochtend aant scripten en toen besloot ik eens om IG te gaan, toen ik dat deed crashte ik toen ik ging spawnen. Het zijn geen mappings, die heb ik nie...
378
Found something new: Код: [18:21:58] Warning(opcode 0x4EE): Exception 0xC0000005 at 0x48C3A9 [18:21:58] Warning(opcode 0x4EE): Exception 0xC0000005 at 0x48C3A9 [18:21:58] Warning(opcode 0x4EE):...
191
Quote: Originally Posted by XO Some X,Y,Z on map may crash the player on spawn, also INVALID SKINS..check if CharacterData[playerid][pSkin] is holding the correct value. Everything is s...
191
Код: public OnPlayerSpawn(playerid) { if(Tutorial[playerid]) { TogglePlayerSpectating(playerid, false); SetPlayerHealth(playerid, 100); SetPlayerInterior(playerid, ...
191
Everyone crashes upon login; What could cause this crash? If you tell me how it starts, I can find the problem instead of posting here.
191
Crash error; http://pastebin.com/CmXsFXwd Happends when they try to spawn.
191
[19:56:16] OnPlayerDeath debug 1: 0 | 65535 | 255 | 999 [19:56:16] OnPlayerDeath: Debug 1 [19:56:16] OnPlayerDeath: Debug 7 [19:56:16] [death] Jihad_Warrior died 255 It crashes after the 7
141
Code: Код: printf("OnPlayerDeath debug 1: %d | %d | %d | %d", playerid, killerid, reason, AcceptedHit[playerid]); printf("OnPlayerDeath: Debug 1"); if (killerid != INVALID_PLAYER_ID && ...
141
Код: printf("OnPlayerDeath debug 1: %d | %d | %d | %d", playerid, killerid, reason, AcceptedHit[playerid]); if (killerid != INVALID_PLAYER_ID && AcceptedHit[playerid] == killerid &&a...
141
Hi, I've encountered a strange problem with my OnPlayerDeath, if there is player who died by a INVALID_PLAYER_ID for example if an admin does /sethp 0 0, he will spawn at 0,0,0 and be in the CJ skin.....
141
Fixed the faction issue, still need an answer for the OnPlayerDeath
222
Bump, and I got another question I added this hitman system on OnPlayerDeath: Код: printf("OnPlayerDeath: %d | %d | %d | %d", playerid, killerid, reason, AcceptedHit[playerid]); // is called К...
222
Код: CMD:editfaction(playerid, params[]) // Edits the faction through a dialog { if(CharacterData[playerid][pAdmin] >= 5) { new totalfac = 0, largestring[504]; for(new i = 1; i <...
222