Search Results
What warning/error does it show from your side?
222
Quote: Originally Posted by TokicMajstor Yeah thats easy but how to make vehicle speeder with that function someone said before https://sampforum.blast.hk/showthread.php?tid=334339
126
Did you copy this code from somewhere? Does the function ProxDetector exist in your script?
259
Create an array and store your vehicle IDs in it. To retrieve the vehicle ID(s), just access the array directly: pawn Код: VehicleID[GetPlayerVehicleID(playerid)]
126
What is the purpose of this? How are you storing your user data?
140
Quote: Originally Posted by CherryMond What is the best way to store items attached to a player in the mysql database? What should be the columns? This will be working, I think, but if p...
55,029
What do you mean by disabling SetPlayerTeam? And you can modify your getall command to include a parameter that allows you to teleport specific teams. Plus, why: pawn Код: #pragma unused params ...
86
https://sampwiki.blast.hk/wiki/GetPlayerWeaponData https://sampwiki.blast.hk/wiki/GetPlayerAmmo If both of those functions give you the total ammunition per weapon, then for each weapon's total ammo ...
114
Quote: Originally Posted by PepsiCola23 yes but it doesnt seem to work for me Linux or Windows? Show server.cfg and server log with crashdetect included in your plugins list.
95
Quote: Originally Posted by Jaua10 I mean the tools are here but invisible with all editors and idk why for that reason i cant make it ultill i solve this... What do you mean by invisib...
215
Quote: Originally Posted by TheToretto pawn Код: #include <a_samp>#include <streamer>CreateWeaponPickup(weaponid, Float:x, Float:y, Float:z){    weaponid = GetWeaponPicku...
454
Quote: Originally Posted by CKA3KuH Hello everybody. Have the same problem SERVER: Unknown command. when I try to wrap COMMAND_OK and return COMMAND_DENIED instead of. Maybe someone have ...
130
Quote: Originally Posted by Ulises212 Код HTML: CMD:rocketd(playerid,params[]) { (this is the line of error)new string[128];, name [MAX_PLAYER_NAME]; GetPlayerName(playerid, name, s...
112
https://sampwiki.blast.hk/wiki/TextDrawShowForPlayer What is marveltw[playerid][0/1/2/3] defined as?
103
https://www.bram.us/2008/07/30/mysql...fromfor-table/ ^ shows what your next AUTO_INCREMENT value will be. Store that in a variable, and write a condition to check the value against your limit. Bes...
71
Код: new query[72+MAX_PLAYER_NAME+32]; Код: mysql_format(handle, query, sizeof(query), .... VALUES ('%s', MD5('%s'), 0, 0)", ... ); Why are you using MD5 without salting it? Let alone even ...
80
https://www.sqlite.org/whentouse.html MySQL's system is based on RBDMS.
161