Search Results
Hello i have a dm minigame on my server if someone start it and an player typed /dm he will join the dm and every thing is fine, my problem is how to do if no one start the dm and an player typed /dm ...
28
hello how to make just one command for players and admins like if i do /kill i will die but if im admin and i do /kill id i will kill player
38
What is better i put all my code in just gamemode or should i use filterscripts?
58
hello how to cheack if someone in my vehicle
23
hello how to do the box in textdraw transparent like this one
35
how can i get the X Y Z coordinate from gta signlplayer
i need some vehicles coordinate from signlplayer
29
hello why when i convert object from mta to samp i got a lot of zero!!
pawn Код:
CreateObject(2920,1544.6999500,-1630.8000500,13.1000000,0.0000000,0.0000000,0.0000000); //object(police_barrier) (...
20
hello if im closed the samp client after join the sever is thats okay? i can still play or not?
22
hello i have this command and evrything is fine
pawn Код:
CMD:get(playerid,params[]){ new pID, Float:pX, Float:pY, Float:pZ, pIDvehicle; if(!IsPlayerAdmin(playerid)) return MSG(playerid,RED,...
19
Really good job u helped me alot thank you sir =)
270
hello im trying to making register and login system with mysql but its not save anythig even if the name registered hes show me the register dialog again!!
pawn Код:
public OnPlayerConnect(playe...
24
Quote:
Originally Posted by Konstantinos
What version of the MySQL plugin do you use? For example, in R34 is:
pawn Код:
native mysql_connect(const host[], const user[], const database[...
29
please help i have this
pawn Код:
mysql_connect("localhost", "root", "", "myserver", MySQL:0, 1);
29
hello i have this can someone help me?
29
Quote:
Originally Posted by pds2k12
You forgot to set the variable to 1
pawn Код:
CMD:freeze(playerid,params[]){ new id; if(!IsPlayerAdmin(playerid)) return SCM(playerid, RED, "Un...
50
hello i have this freeze code and its work.. but i want check if hes forzen or not and didnt work !
pawn Код:
new IsPlayerForzen[MAX_PLAYERS];
pawn Код:
CMD:freeze(playerid,params[]){ ne...
50