Search Results
Quote: new filePath[sizeof(FILE_PATH_PLAYERDATA) + MAX_PLAYER_NAME + 4]; It actually works! Thanks. But I don't know why.
91
Code: PHP код: new const constLen = sizeof(FILE_PATH_PLAYERDATA) + MAX_PLAYER_NAME + 4; new filePath[constLen];   // ERROR  Compiler: PHP код: error 008: must be...
91
Thanks for the help guys! Should I use strcpy or strins ? strcpy: Код: stock strcpy(dest[], const source[], maxlength=sizeof dest) { strcat((dest[0] = EOS, dest), source, maxlength); } str...
190
Код: new savedPasswordForFinalReg[MAX_PLAYERS][255]; Код: OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { // ... // ... savedPasswordForFinalReg[playerid] = in...
190
I can't download it! Please new link!
93,895
Read this: https://sampwiki.blast.hk/wiki/Random
106
Hi, please help me there: https://sampforum.blast.hk/showthread.php?tid=538330
2,979
You want total random spawns or you save ~10 positions and then it chooses randomly a position?
106
My problem: Код: CheckPassword(playerid, password[]) { new query[255], password_escaped[25]; if(strlen(password) > 0) { mysql_escape_string(password, password_escaped, db_handle...
112
Download link down! Bitte updaten
93,895
Hi, my problem is, that the Event don't stop. So the last timer (Minigunestop) don't get triggert or the noswitchgun timer don't get destroied. Hope you can help me, here the code. PHP код: fo...
66