Search Results
Great tutorial. Im a TDM scripter and i thought my capture zones feature in my previous gamemodes was best, but im wrong. Highly improved script. Thanks! Good luck in future battlezone! +REP
1,292
Great tutorial! Yea, it feels terrible as shit for me when i was learning scripting for the first time. Though, i never had a mindset "Its hard to scripting", so thats why i could make through all of...
894
In this case, Groove and ballas will more likely a gang war. So you should make gangzone system not a capture zone system. Overall, good work EDIT:And yeah the capture zones system are very familiar...
748
Quote: Originally Posted by rockhopper Anyone ? Please I need IT Код: CMD:checktarget(playerid,params[]) { new targetid,str[128]; if(sscanf(params,"ui",targetid))return SendClientMe...
620
Hell no for no lagshooting in SAMP. SAMP wouldnt even fun without that.
229
WOW! Another great job from this great dude This is exactly what i need. Thank you dude!GREAT JOB +REP
2,256
pawn Код: #define NONE 5CMD:leavetdm(playerid,params[]){gTeam[playerid] = NONE;return 1;}
136
Great include function! Keep up the good work! I hope i can find more releases from you which can be very usefull +REP
571
Quote: Originally Posted by Konstantinos You forgot the lenght. pawn Код: format(querry,sizeof(query),"SELECT `password` FROM `users` WHERE `username` = '%s'",pName); Damn LOL! ho...
78
Hello. Im currently learning some stuffs in MySQL these days. I got lil problem in MySQL. so here is the code: pawn Код: public OnPlayerConnect(playerid){    new querry[64],pName[MAX_PLAYER_NAM...
78
Did you have streamer plugin and include? Because all of thoose above are streamer natives function. Make sure you have streamer.dll in your plugins folder, and streamer.inc in your pawno-include fol...
191
There are some possibilties which make your server lag. One of it, your host. Make sure you dont have problem with your host. And about that createobject, i think it should be OnGameModeInit callback...
91
Very great tutorial! Well done, emmet_ I myself got helped by your tutorial, since ive never seen tutorial which discuss thing like this. Could be usefull for newbie, or someone who just getting sta...
735
it is: pawn Код: public OnPlayerConnect(playerid){new query[126], pName[MAX_PLAYER_NAME];GetPlayerName(playerid, pName, sizeof(pName));format(query, sizeof(query), "SELECT * FROM acc WHERE name =...
138