Search Results
This is idiotic. The animation position depends from your position when you type the command.
121
There is a script request thead.
60
Now all under: djson_GameModeInit(); wont load. Any ideas ? i putted it under ongamemodeinit at first position
74
yea Код: https://sampwiki.blast.hk/wiki/CreatePickup
151
pawn Код: forward OnPlayerRegister(playerid, password[]);public OnPlayerRegister(playerid, password[]){    if(IsPlayerConnected(playerid))    {      new string[128];      format(string, ...
74
That code inspired me and i done it similar: Код: public OnPlayerConnect(playerid) { new name[24], string[128]; GetPlayerName(playerid,name,24); format(string,128,"users/%s.ini"...
122
I wanted to switch from dini and djson and i did. But here is the problem. All previous users that i had will they get deleted ? I mean do i have to delete them ? BCZ dini: Pasword=dasddasads Level=...
122
I seen on some servers a fix to this: e.g. /ad Selling my Bravura for only 56k, Brand new, null dents... ... SMS me with your offers. Blablablabla I aint sure how to split this ad in two pieces if ...
73
Woops i made a grammer mistake. By default in Single Player when you enter a taxi vehicle you get 12$. So you can add under OnPlayerStateChange a IsATaxi(....) { GivePlayerMoney(playerid, -12); } Yo...
1,309
Quote: Originally Posted by cessil Quote: Originally Posted by tyler078 i was checking it out and i got banned? thanks, must be some bug in the ac. had "invalid money increa...
1,309
You got a working mysql server or wamp ? And you changed in the script the DB name and password and username ?
1,628
http://www.mediafire.com/?dnmmwulmdkf - Media Fire thanks on comments
1,628
Las Venturas Role Play - by me in the old days.. - Releasing it because it is an old script of me, i dont like it, it is buggy, i dont like lv anymore Features: - MySQL registration system (dialogs)...
1,628
ye use OnPlayerKeyStats callback and use this: Код: stock IsPlayerAiming(playerid, aimid) { // Not my function, can't remember who made it though. new Float:X1, Float:Y1, Float:Z1, Float:X2, Fl...
59
Quote: Originally Posted by juice.j ... which wouldn't restart the server. eH ? it would
223
1. Stops the code in certain points. 2. You can return a value for some function/public like return Money[playerid]; 3. Example for onplayertext, if you put return 0; it wont shot the samp default c...
261
Код: if(!strcmp(cmdtext,"/restart",true,8) { GameModeExit(); return 1; }
223