Search Results
Yup, I looked through that one already but I don't think that will let me call an actual function. What I want to do is letting a bomb explode as soon as someone hits a button on my website. I have th...
174
Hello all, Is it possible to call a samp function in game as soon as I fill in something like a PHP form in my webbrowser? I am using MySQL.
174
Quote: Originally Posted by Konstantinos mysql_tquery needs a callback to call the cache functions there otherwise using it directly will results in warnings for no active cache. I can't ...
148
Quote: Originally Posted by F1N4L Код: forward updateStats(playerid); public updateStats(playerid) { new query[128], playername[MAX_PLAYER_NAME]; GetPlayerName(playerid, player...
148
Hello everyone, I've been out of scripting sa-mp for years now. I would like to get back into it a littlebit to play around with MySQL. Now I am trying to give money to a player with the following f...
148
It does not fit with the other GTA objects honestly.
371
Quote: Originally Posted by Rob_Maate Bad idea. We had this once on a server I used to play on, so we used to sneak up to the recently AFK players and spam it for millions I've made my...
189
It's already included in pawno right?.. if(!IsPlayerInRangeOfPoint(playerid, 3.0, 2742.4167,-2229.4236,13.2740))
126
Not the right place to ask for scripts.. https://sampforum.blast.hk/showthread.php?tid=187229
177
pawn Код: CMD:buygun(playerid, params[]) {    ShowPlayerDialog(playerid, 2500, DIALOG_STYLE_LIST, "SERVER: Guns", "Desert Eagle($6745)\nM4A1(15000)\nSpas 12(20000)", "Buy Gun", "Cancel");return ...
110
You want that your "chips" system is displayed in the standard money thing of GTA and not be able to hacked?
98
Thanks, I'll test it tomorrow. +rep anyways!
113
Wow, that looks really difficult right now xD Could you please put it in my command so I can understand it better? pawn Код: COMMAND:sellweapon(playerid,params[]){    new id, weapon, price; ...
113
Yes, I'm just looking straight into your script now... -_-
148
Hey. I want to know how to do the following. I want that if you type this command you don't have to type the ID of the weapon but the name. pawn Код: if(sscanf(params,"ddd",id,weapon,price)) ret...
113
Quote: Originally Posted by Kingunit https://sampwiki.blast.hk/wiki/Scripting_Basics#Variables https://sampwiki.blast.hk/wiki/Format https://sampwiki.blast.hk/wiki/GetPlayerName *facepa...
232