Search Results
One issue I've looked at that could be the issue is the fact your in-range of point is, 0, That's not really possible. I've fixed it below for you! Код: CMD:ng(playerid, params[]) { if(PlayerInf...
43
Quote: Originally Posted by Dude_Lebowski Hi all im making a radio script but i cant figure out how to resume audio stream for player when he exits vehicle and enters again. I made that w...
179
Quote: Originally Posted by alking282 iam make place and how i can type it in server and how i can spawn army in my place OnPlayerSpawn pawn Код: if(PlayerInfo[playerid][pGroup] ...
182
I need some information, For example, Do they need health, armour, weapons? and the variables and weapon ids.
236
Hello Guys, I've got a login system, Its saving/creating my account but inserting nothing inside, I use Y_INI
80
Remove the "GivePlayerWeapon(playerid, gun, ect)
165
pawn Код: CMD:sellgun(playerid, params[]){    new weapon;    if(PlayerInfo[playerid][pJobID] == 1)    {        new target, weapons[28], gun, mats, string[128];        if(sscanf(param...
165
Youve got to do pawn Код: if(PlayerInfo[playerid][pMaterials] > 100)}PlayerInfo[Target][pMaterials] =+ 2500;GivePlayerWeapon(playerid, 28); ect
165
mysql_init is apart of the tutorial I was following but I can not find the plugin that allows that can You help?
62
So why don't you just do /stats then it likes shows Name: Age: Level: Admin: Donator: ect?
72
pawn Код: CMD:autorefund(playerid, params[]) {playerVariables[playerid][Money Variable] = 500000;playerVariables[playerid][MaterialVariable] = 1000;playerVariables[playerid][PotVariable] = 1000;pl...
180
Hello, That ID 0 bug is a bug with SSCANF, Update SSCANF
99
you do MoveObject(971, x,y,z);
191
Hello, Have you created a IsPlayerVip?
98
pawn Код: #define FILTERSCRIPT#include <a_samp>#include <sscanf2>#include <ZCMD>#if defined FILTERSCRIPTnew         PlayerInfo;public OnFilterScriptInit(){    print("\n---...
206
Do you have #include <sscanf2> defined?
206
Something like? pawn Код: CMD:refuel(playerid, params[]) {   new amount;if(!sscanf(params,"d",amount)) {if(IsPlayerInAnyVehicle))if(playerVariables[playerid][pFuel] >= 99) {playerVariables[p...
93
I've helped him on TV.
180
Oh thanks for this. I was getting an error but looking on the wrong line to fix it.
101