Search Results
i did it but still it seems not to work yet :\ *bump*
77
use pawn and /pawn inside [] then write your code: pawn Code /pawn (inside [])
209
Hi guys i have got a problem, mysql isnt loading the positions as it should soo im sent to pos 0. pawn Код: // Part of codeenum Penum{    Float:posx,    Float:posy,    Float:posz,    Floa...
77
Hi guys once again im here, im making a little bank system, i made: when player press f on the money machine he will be send a message if he doesnt have a bank account, else it will show a menu for ac...
81
there you go: pawn Код: new query[128], ip, ip2, name, pname[MAX_PLAYER_NAME];name = GetPlayerName(playerid, pname, sizeof(pname));ip = GetPlayerIp(playerid, ip2, sizeof(ip2));format(query, sizeo...
166
try this: change velocity from: MoveObject(entrance,2499.50000000,-1460.00000000,29.70000076, 1.0,292.00000000,0.00000000,89.99450684); to: MoveObject(entrance,2499.5000000...
149
Its good for you to use sscanf and zcmd, they will organize better your command, you just gotta search for some tutorials, now about the /commands you can either show a menu or a message: Message: ...
84
hello im making a /sellto command for vehicle system, i would like to know if there is anyway to export id from code: pawn Код: CMD:sellto(playerid, params[]){  if(!isvehicleowner = 1 && ...
50
@coole210 - you only use query sizes when you are inputting a string into you DB. @JamesC - I will try MyPHPAdmin Thanks.
173
Im not asking how to show it, i mean i have too much fields and mysql comand line doesnt show all of them.
173
hi guys i made a vehicle filterscript but when i want to show the data i stored, which were 13 fields, since mysql line command is too short it cant show me all fields, do you know any way to see ALL ...
173
@MP2 that would make me give error on isvehicleowned, i fixed it, solution was change from: pawn Код: CMD:createveh(playerid, vehicleid, params[]) to: pawn Код: CMD:createveh(playerid, para...
105
i typed the command, example: /createveh 415 1 1 0 , i used vehicleid because im using max_vehicles on vehicle has owner
105
guys i tried to create a vehicle but when i typeit with the params sscanf still show me the right way to write. pawn Код: CMD:createveh(playerid, vehicleid, params[]){  if(!IsPlayerAdmin(playeri...
105
Set a maximum amount for ammo of the gun.
200
and how can i define 60000 milliseconds as 1 minute, since players will use minutes and not miliseconds?
147
Oh i didnt know that i could use time on milliseconds, thank you
147
im making an /arrest cmd, but i dont know how to pass the time value to the timer, soo heres my code: pawn Код: CMD:arrest(playerid, params[]){ new id, time[120], reason[128]; if(sscanf(params,...
147