Search Results
I do use enums Quote: enum PCNR_user { Name[MAX_PLAYER_NAME], pPass[32], aLevel, vLevel, pCash, pScore, pKills, pDeaths, pHoldups, pCrimes, pFined,...
172
A person can login with another password, data doesnt get loaded i need help here is my code Код: stock SaveUserStats(playerid) { if(!IsLoggedIn[playerid]) return 0; new Query[5...
172
Help me please i need a quick reply
164
I have problem in my saving and loading system it doesnt save data or either load i use mysql r6 please help me here are my systems
164
I have tried already every tutorial and failed, I would be thankful if someone made it to me
203
Ok I have tried a lot to load data when a player logs in but I always fail. Ok so I would be thank ful +rep for who can make a loading system for me using this enum enum PCNR_user { pPass[129], ...
203
Nice tutorial, Actually I used it
17,354
?Those are the codes do you need any more codes
516
Quote: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) { if(newkeys & KEY_JUMP && !(oldkeys & KEY_JUMP) && GetPlayerSpecialAction(playerid) == SPECIAL...
516
So i got this message for over one month and im trying to fix it both this errors any help?[PLEASE BE CLEAR IM NOT A PROFESSIONAL] Quote: [22:47:01] [debug] Run time error 5: "Invalid mem...
516
Lol,, I forgot about it totally! goodjob MIblal Do like he said
237
Try this Quote: CMDpawnreqhouse(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] >= 1) { new Float,Float:y,Float:z; CreatePickup(1239, 23, x,y,z); CreateDyna...
237
You have to damage them to make the system recognize that you damaged someone or killed him so it can say anything but when you set his health to 0 the system doesnt recognize who did this unless you ...
529
What do you mean you want it to spawn when you start the gamemode or when you make it like the one above? be more clear.
125
Try to change this Quote: for(new i = 0; i < MAX_PLAYERS; i++) { if(GetPlayerVirtualWorld(i)== 9999) { SetPlayerPos(i, x, y, z); return 1; ...
307
There is no world 9999 i think so instead you can make it 1 2 3 4 5 6? It should work if i helped dont forget to {+rep
307
(line.29573) if(strcmp("/buyvehicle", cmdtext, true, 10) == 0) { (line.29576) if(IsPlayerInRangeOfPoint(playerid, 10.0, 919.4584,-1252.2156,16.2109)) { ShowPlayerDialog(playerid,DIALOG_CATEGORY,DIALOG...
174
if(adminLevel(playerid, 3)) Same why did you put a greater than sign like Virtual1ty Said
115