Search Results
Here, pastebin.com/fec18517, use this...
218
Did you even include the dcmd function? https://sampwiki.blast.hk/wiki/Dcmd
171
Quote: Originally Posted by [mad MLK (sampx-hosting.co.cc) ] if(strcmp(cmd, "/v", true) == 0) // can type /v carname/model { if (PlayerInfo[playerid][pAdmin] >= 4) ...
236
pawn Код: if(strcmp(cmdtext, "/v", true) == 0){  if(PlayerInfo[playerid][pAdmin] >= 4)  {    blah blah blah...    return 1;  }  else  SendClientMessage(playerid, somecolor, "something"...
236
Quote: Originally Posted by Compton's Eazy E (Eazyrp.tk) Quote: Originally Posted by Zafire1410 the problem is addstaticvehicleex only can be used in ongamemodeinit no in anoth...
131
Quote: Originally Posted by Abernethy Quote: Originally Posted by Headucation Abernethy: pawn Код: dcmd_setlevel(playerid,params[]){    if(IsPlayerAdmin(playerid) || Play...
7,653
What exactly do you mean? Do you mean forum, or in-game? If you mean in-game, try to type '/register'. It depends on the server got a registering system in that case.
130
Err, it actually looks like you don't have a clue about what you're saying. Because you said similar. If you really want a script like that you've posted, then script one. And if you don't want help, ...
7,653
Quote: Originally Posted by [B Vortex ] Hello, I am looking for a basic admin script with the fallowing commands: I searched for one but the ones I found either had to many commands or did...
7,653
Explosion Filterscript V1.0 This is an explosion filterscript, which will create an explosion exactly where you want it to be created. Here's a little video about how this filterscript works: SA-...
252
I really hate all of those attackers there constantly are attacking a free modification to GTA San Andreas... But the list seems to be up now. EDIT: I'm not a moderator, or anything else. I just said...
250
Pretty cool, lol. I really wouldn't take me time to make this. :P
451
Hmm, the masterlist seems to be down.
250
Eeeah? Did you try searching? :P
185
Thanks for the notice, lol. Fixed + Updated!
512
It looks alot like my include, so I just hope you didn't copy anything. Quote: Originally Posted by Script #define Tear Gas 17 Fail. Make it like "Tear_Gas". :d
387
Did you port forward? If not - http://forum.sa-mp.com/index.php?topic=112255.0
112
You have to destroy the pickup. Like this: pawn Код: if(pickupid == special1){  GivePlayerMoney(playerid, 20000);  SetPlayerScore(playerid, GetPlayerScore(playerid) +2);  SendClientMessage(pla...
91