Search Results
Ok help about /kick Command and /ekick COmmand as given above?
88
Hello! I want that Command from which Admin wear its Admin Color by doing this: /admincolor <1 or 0> When Admin do /admincolor 1, Its Admin Color should be ON and When He 'll do /admincolor 0...
88
Quote: Originally Posted by xVIP3Rx That'll make every player able to use it, Which he doesn't want... Okay there are two ways, 1.you can save the Bank's X,Y,Z on the gang and then put it...
122
Ofcourse You can co do that. pawn Код: CMD:teleplayer(playerid, params[]){    new id;    new PlayerName[24], str_[62];    GetPlayerName(playerid, PlayerName, sizeof(PlayerName));    if(ss...
122
Quote: Originally Posted by Heisenbergx2 I've been trying to make some kind of a enter/exit system but it seems to be pretty confusing. This is the code I've been using so far (Only the /...
61
Hello! I would like to make a Race System and Command in my Virtual World. I want that when I use command like /addracecp so It adds the Checkpoint of Race. Then. When I do /addracecp on another Pl...
68
Loading, You mean I need to safe it (Ctrl + S)? or I need to type something to load it lol?
136
pawn Code: dcmd_ann(playerid,params[]){#pragma unused paramsnew string[128], message[128];if(PlayerInfo[playerid][Level] < 3) return SendClientMessage(playerid,COLOR_WHITE,"{FF0000}[ERROR] {FFFFFF...
172
pawn Код: CMD:gdisarm(playerid, params[]){    new PlayerName[24], str_[128];    if(pInfo[playerid][pGuideLevel] < 1) return 0;    GetPlayerName(playerid, PlayerName, sizeof(PlayerName));Â...
136
Just Edit their Levels in Users => <TheirFile>. Doesn't need to create a Command for it.
91
Introduction: As you All know for a Roleplay server we need to make a Login/Register System and then Admin System and its levels. My whole Admin System is Working Perfectly as I said it's enum like t...
136
I am Getting the Problem in my /ekick Command to Kick the Players from the Virtual World to Real World. But the Problem is in Client Messages. When I am kicking someone, so it is giving me ClientMessa...
63
Hello! That is my Command to give vehicles to ALL Players in Event ! pawn Код: CMD:ecar(playerid, params[]){    if(pInfo[playerid][pWSELevel] > 1) return 0;    if( GetPlayerVirtualWorld( p...
50