Search Results
Quote: Originally Posted by theYiin Finally! <3 Код: cmds.set(['car', 'veh', 'vehicle'], function(player, data) { } would be awesome too Great suggestion! check github for upd...
6,072
Was not quite sure where to post this, so yeah... When I try to rotate an object that the z-pos is greater than 31, nothing happens (it don't rotate) I've tested rotating the object from object z-pos...
78
Quote: Originally Posted by GreenSt4lker When freezes you cant use ESC. So you ont have to use task manager to exit. Try F6 or T then /q. He mean the SAMP client, not in-game
344
It happens to me too. I'm on Win8.1 x64
344
If im not wrong, those hacks return as "unknown" client. Just use GetPlayerVersion and check if it match with "unknown" if it does, then kick or ban. Edit: This is also another alternative: https://s...
109
Quote: Originally Posted by PT pawn Код: strcat(PT, "________________________________________________");, sizeof(PT)); pawn Код: //Should bestrcat(PT, "________________________...
91
Quote: Originally Posted by Ahmed10020 ty but still not working pawn Код: if(pickupid == pickup)    {        if(GetPVarInt(playerid,"PickUpUsed") == 1)        {        S...
168
It gets saved in the windows registry. HKEY_CURRENT_USER\Software\SAMP
128
https://sampforum.blast.hk/showthread.php?tid=282801 Use search next time.
67
pawn Код: if(pData[playerid][Admin] < 4 && !IsPlayerAdmin(playerid)) return SendClientMessage(playerid, COLOR_RED, "*** You are not Head Administrator ***");{    //This code will work...
156
Remove the comma before "VALUES" in both queries INSERT INTO `Accounts` (Business1Key,Business2Key), VALUES('0','0') Edit: Remove the store & free result for those queries
82
pawn Код: SetPlayerSpecialAction(ID, SPECIAL_ACTION_CUFFED);
134
new playerIP[16]; GetPlayerIP(playerid, playerIP, sizeof(playerIP)); dini_Set(file, "LastIP", playerIP);
111
Use pawn Код: PutPlayerInVehicle(targetid, vehicleid, seatid); //PutPlayerInVehicle(targetid, GetPlayerVehicleID(playerid), seatid);
118
Open the 'settings.ini' file in the 'pawno' folder and edit the "FileAssoc=1" to "FileAssoc=0"
124
Quote: Originally Posted by Bogdan1992 Change this pawn Код: if(sscanf(params, "u", ID)){     SendClientMessage(playerid,COLOR_RED,"USAGE: /rob (Player Name/ID)");     return 1;...
209