Search Results
Hello, Title says everything. What is the maximum vehicle compoments that I can add for one car?
53
It was from this Код: ShowPlayerDialog( playerid, 1, DIALOG_STYLE_MSGBOX, "", string, "Ok", "" ); If that is empty it might crash your server.
71
Do you have anyidea how i can solve this?
71
[ame]http://www.youtube.com/watch?v=ucBL6n6mEnQ[/ame] What do you think guys ?
260
Never mind i fix it. Have a nice day.
48
Hi, does exist pawno for linux/ubuntu/debian?
209
Check the positions with a message pawn Код: new string2[50];format(string2, 50, "x: %f, y:%f, z:%f", floatstr(x), floatstr(y), floatstr(z));SendClientMessage(playerid, -1, string2); EDIT: Try n...
133
pawn Код: stock MySQL_House(playerid){    new query[300], pname[24], savingstring[20],string1[128], x[20], y[20], z[20];    GetPlayerName(playerid, pname, 24);    format(query, sizeof(query)...
133
Tell me xHPos, yHPos, zHPos are defined as floats?
133
EDIT: Use "floatstr(string);" pawn Код: mysql_fetch_field_row(savingstring, "xHPos"); zHPos[playerid] = floatstr(savingstring);mysql_fetch_field_row(savingstring, "yHPos"); yHPos[playerid] = floa...
133
Yes i don't allow weapons on my server. EDIT: Anti-cheat works fine but that guy can evade it only with sniper rifle and i don't know how...
115
Its hard to read this? pawn Код: if(GetPlayerWeapon(i) >= 1 && GetPlayerWeapon(i) <= 45) Man, then you have a problem.
115
Hello, I don't how but a guy with cheats can spawn sniper rifle without getting detected by anti-cheat. This is my anti-cheat. pawn Код: public OnWeaponCheck(){ // Timer is set to 1 sec to chec...
115
pawn Код: if(strcmp("/unfreeze", cmdtext, true, 10) == 0){    TogglePlayerControllable(playerid, 1);    return 1;}
204
pawn Код: stock BuyBusiness(playerid, bizid) {   new string2[256], score = GetPlayerScore(playerid);   new name[24];   GetPlayerName(playerid, name, sizeof(name));   #if defined PRINT_HOUSES Â...
219
You better use, pawn Код: public SetVehicleEngine(playerid, status){new vehicleid = GetPlayerVehicleID(playerid);//...rest of the code.}
79
Problem solved. You were setting them to -80000 instead to give them. pawn Код: stock BuyBusiness(playerid, bizid) {   new string2[256];   new name[24];   GetPlayerName(playerid, name, sizeof(...
219