Search Results
zcmd+sscanf is the fastest solution i'm not sure but if i remember correctly you can't use zcmd together with onplayercommandtext + strcmp so you have to move your commands to zcmd
712
Did you test Type ID 1 ? I dont remember having any problems with any pickups with this type id.
445
Have you tried using different pickup types ?
445
why do you check if those values are greater than zero?
100
I converted all grand larency's vehicles for you (in attachment), so you can use them.
142
pawn Код: new ID = GetCarID(bv); try placing this under CreateVehicle, because you are trying to get vehicle id before vehicle is created and delete pawn Код: new ID = GetCarID(vehicleid);new ...
201
they should be in same format, but they dont have AddStaticVehicle() around them and there is comment after ; sign. How did you plan to convert those with AddStaticVehicle to mysql?
142
what stops you from converting Grand Larency's vehicle data to mysql?
142
it is possible with deamx , but most of the scripts wont be usuable after using deamx i have no idea if it still exists
62
first coordinates are for minx,miny,maxx,max,maxy (not sure about the order) as said and the second coorinates are X,Y,Z,Size for checkpoint. IsPlayerInArea is used for checkpoints, because you can se...
311
you dont have {} in OnPlayerCommandText() and missing return 0 pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    if (strcmp("/enter", cmdtext, true, 6) == 0)        {        ...
226
for ForceCl.... and SetPlayerHealth you should use ID instead of playerid, because you want this to work on inserted player id. Have you tryed your code and what does it do wrong?
179
I think he wants to change player skin, from what i understand... You can use this function if i understood you correctly: SetPlayerSkin(playerid, skinid); edit: seems like i was wrong, but there is...
55
pawn Код: SendDeathMessage(killerid, playerid, reason); Add this in OnPlayerDeath.
49
pawn Код: public GiveRandomWeapon(playerid){    new weaps[] =    {        5,        6,        23,        24,        29,        31,        33,        42    };Â...
50
For objects use timer and SetObjectRot For vehicles use timer and SetVehicleZAngle best way i know
163
Do you mean this? this thread is even on first page
103
if you dont already have it, found it on forums edit: seems like you found it i think nametimer is unused, so remove or comment it (but it between /* */, whole function)
113
Download 0.3c server there have been some updates since 0.2X, so you might need to change code a bit There is edit button, so you dont need to double post pawno has been always the same, as far as i r...
113