Search Results
Ok i fixed it Old: pawn Код: new command[128], string[128], ip;        if(sscanf(params,"us", ip)) return SendClientMessage(playerid, C_WHITE, "USAGE: /unban [Banned IP]"); New: pawn КоÐ...
68
pawn Код: CMD:banip(playerid, params[]){    if(PlayerInfo[playerid][pAdmin] >= 5)    {        new command[128], string[128], ip;        if(sscanf(params,"us", ip)) return SendClient...
68
Hello, The time Is only 12:00. when it's 12:59 then it go back to 12:00 And I dont see that the Gamedays are changing They only on Monday. help please pawn Code: new gametime =12;new gameday =...
54
Almost done. 2 errors left. pawn Код: new Readpms[MAX_PLAYERS];  <<< ON TOP OF SCRIPT pawn Код: if(strcmp("/pm", cmd, true) == 0)    {    tmp = strtok(cmdtext,idx);    if(!st...
138
Help please. I got 1 Error line. All about readpm I posted now. The /pm. and /readpm and new Readpm; But I got Errors on 1 line. Can anyone help? Thanks you for helping. pawn Код: new Readp...
138
<Deleted Pastebin> I Edited the pastebin in the Post
108
http://pastebin.com/fSxFXPZd pawn Код: C:\Users\Bouke\Desktop\Server\Server 1\filterscripts\adminspec.pwn(65) : error 033: array must be indexed (variable "PlayerAdminLevel")C:\Users\Bouke\Deskt...
108
Quote: Originally Posted by [GTA Deadly_Evil ] pawn Код: new idx;  new tmp[256];    if(!strcmp(cmd, "/me",true) || !strcmp(cmd, "/mymessage",true))    {        new dir[256];  ...
164
Quote: Originally Posted by [GTA Deadly_Evil ] pawn Код: if(strcmp(cmdtext,"/an",true)==0)    {    new pName[MAX_PLAYER_NAME];    tmp = strtok(cmdtext,idx);    if(!strlen(tmp)) ...
164
Quote: Originally Posted by [GTA Deadly_Evil ] remove if(IsSpawned[playerid] == 0) { Then I get a every much errors.
106
When I do "/ad" It said "USAGE: /ad [message]" But When I do "/ad Hello" It said "Bad Command blabla." And that is the same for /an. And /me works and is almost the same... What is the problem? He...
164
Код: if(strcmp(cmd, "/rape", true) == 0) { if(IsSpawned[playerid] == 0) { SendClientMessage(playerid, COLOR_RED, "You are dead. You cannot use this command"); return 1; } if(cuffed[play...
106
Compile worked. But when im ingame. I do /an then i see USEAGE: /an (Message) when I do /an Hello. Then it said Bad Command. Help??
97