Search Results
Example: pawn Код: new Float:X, Float:Y, Float:Z, carid;GetPlayerPos(playerid, X, Y, Z);SetVehiclePos(carid, X,Y,Z); So with the carid maybe you can already do it by yourself .
143
https://sampforum.blast.hk/showthread.php?tid=273088 Well this is an example of saving accounts in .ini file. So you can also save jobs with it on making a new variable on enums and so on.
86
Try using it like pawn Код: new id = CreateVehicle(494, -1396.585, -227.778, 1050.940, 171.989, 0, 1, -1);LinkVehicleToInterior(id, 7);
119
Be sure if you are using last streamer files. And open it with pawno.exe not directly from gamemodes.
177
You need an include named 'dns' in your "pawno/include/" folder.
87
pawn Код: CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, Float:drawdistance = 0.0...
177
pawn Код: CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, Float:drawdistance = 0.0...
177
https://sampforum.blast.hk/showthread.php?tid=273088 Here you've got the tutorial for y_ini reg/log . I hope you will understand to work with it.
139
Hi guys. I have a problem with Clickable Textdraws which I'm using for registration & login system. And now I've set to load for non-registered users to show only registration textdraws, and regis...
64
It still loads to me the login instead of register when I click the register playertext.
119
And also they post only released or WIP mods.
278
You have to post only English lang. gamemodes. People do not know our language .
278
Try using playerid instead of i(MAX_PLAYERS) ?
119
So I have a problem with player textdraws. I 've made a register system with player clickable textdraws and when I click a textdraw it shows another dialog instead of the one I made to show. And also ...
119
Here is a sample with using Y_ini for offline ban pawn Код: CMD:oban(playerid,params[]){    new string[124],string1[124];    if(isnull(params)) return ShowUsageMessage(playerid,"/oban [player...
109
It depends on where did you put that getplayerhealth.
79
pawn Код: CMD:opot(playerid, params[]){    new targetname[24], filestring[79],pot;    if(sscanf(params, "s[24]u", targetname,pot)) return SendClientMessage(playerid, -1, "Correct Usage: /opot ...
153
Try this. If you use Y_INI pawn Код: CMD:opot(playerid, params[]){    new targetname[24], filestring[79],pot;    if(sscanf(params, "s[24]u", targetname,pot)) return SendClientMessage(playerid...
153