Search Results
Hello.Can someone tell me why i get the Unknown Command error ? I get that error at more than one command.Commands are in Gamemode,and at compile I don't get any error or warning.Thanks for help !
58
http://www.sa-mp.ro/forum/index.php/topic,13899.0.html Exact what you need
137
I get no error but my factions are setted on ID 0 . I want to be on id 5,6,12,13,14,15 TEAM_PATERNO, ID 5 TEAM_CORLEONE, ID 6 TEAM_BARZINI,ID 12 TEAM_TATTAGLIA,ID 13 TEAM_CUNEO, ID ...
111
Код: if(IsPlayerInRangeOfPoint(playerid, 7, -75.2536,-1598.1886,2.6172));
155
Код: if(strcmp(cmd, "/loadproducts", true) == 0) { if(IsPlayerConnected(playerid)) { if(IsPlayerInRangeOfPoint(playerid, 7, -75.2536,-1598.1886,2.6172)); { SendClient...
155
HI ! I just made the gangzone script with that tutorial: https://sampforum.blast.hk/showthread.php?tid=276352 So,I don't know how I can that my factions with id 5,6,12,13,14,15 to be represented...
111
How i can to make a command like : /takezone for leaders ? And when a team will be attack another team,a message like : Team X has attached team y. If succeds,a message like : Team X has won the gan...
2,256
Quote: Originally Posted by Riddick94 Where are you using this? - OnPlayerDeath i noticed it now. edit:// Check this: pawn Код: if(IsPlayerInArea(killerid, 1091.817, 2707.167, 1513.5...
155
FIXED!! Great tutorial ! Good JOB !
2,256
No one knows ? Is very important !!!
155
Код: public StartRace() { SetTimer("Three", 3000, 0); SetTimer("Two", 6000, 0); SetTimer("One", 9000, 0); SetTimer("GoGoGo", 12000, 0); } forward Three(); public Three() { Game...
175
Why it works only first ? The code : Код: if(IsPlayerInArea(killerid,1091.817, 2707.167, 1513.54, 2858.022)) { SendClientMessage(killerid, COLOR_GREY, " You have been kicked by Server,...
155
I can't to convert all of my commands in ZMCD.I have over 7000 commands.
654
I get the error when i put the commands /hat /backcap and rest of them I don't see any missing bracked,do you ?
654
http://www.******.ro/imgres?q=pawno+...t:429,r:13,s:0 That is the error
654
Код: if(strcmp(cmd, "/hat", true) == 0) { new skin, id = strval(params[0]), beret, slot = GetEmptySlot(playerid), count; if(id <= 0 || id > 12) return SendClientMessage(playeri...
654
Quote: Originally Posted by Kingunit Don't post the whole script lol, Drop here the lines and your errors. I don't get any error,just that : http://www.******.ro/imgres?imgurl=h...:0&...
654
FIRST: Код: #include <a_samp> #include <zcmd> #define UseHat(%0) pObject[%0][omodel] ? pObject[%0][omodel] : -1 #define COLOR_GREEN1 0x33AA33AA static invalidskins[] = {1,2,3,4,5,7...
654