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
486
fucking awesome. yours always best.
10/10
1,856
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...
274
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...
237
thanks to all
712
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...
240
258
Hell no for no lagshooting in SAMP.
SAMP wouldnt even fun without that.
28
WOW!
Another great job from this great dude
This is exactly what i need.
Thank you dude!GREAT JOB
+REP
634
pawn Код:
#define NONE 5CMD:leavetdm(playerid,params[]){gTeam[playerid] = NONE;return 1;}
31
Great include function!
Keep up the good work!
I hope i can find more releases from you which can be very usefull
+REP
232
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...
20
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...
20
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...
33
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...
26
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...
303
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 =...
33