Search Results
The whole callback: PHP код: public OnPlayerConnect(playerid) {     if(fexist(Path(playerid))) //If exist a file in "Gang" folder with player name     {         //If...
89
Hello guys, I'm having 4 errors on 1 line. The line: PHP код: f(fexist(Path(playerid)))  The errors: Quote: error 001: expected token: "-string end-", but found "-identifie...
89
Quote: Originally Posted by K9IsGodly I don't use dini but are you making sure to save whatever variable you have as the player's money under OnPlayerDisconnect? You could also make a fun...
77
Getting 21 errors when I add thatD:
110
Hello, I searched a lot but I couldn't find a converter from zcmd to strcp. Could someone convert it for me? PHP код: CMD:transfer(playerid, params[]){     new id, amount, cash;   Â...
110
PHP код:         CMD:givecash(playerid, params[])        {        if(!IsPlayerAdmin(playerid)) {        return 0;        }        new value;Â...
209
Still doesn't work.. Here is the whole command: Quote: { new value; if(!IsPlayerAdmin(playerid)) return 1; if(sscanf(params, "i", value) SendClientMessage(playerid, 0xFFFFFFFF, "USA...
209
Quote: Originally Posted by saffierr Use the "i" or "d" parameters PHP код: if(sscanf(params, "i", value)) SendClientMessage(playerid, 0xFFFFFFFF, "USAGE: /giveall [Amount]);...
209
Hello, I have got a small problem. It says in this line: PHP код: if(sscanf(params, "0", value) SendClientMessage(playerid, 0xFFFFFFFF, "USAGE: /giveall [Amount]"); return 1;  I...
209
Problem solved already, but thanks anyway!
82
Hello there! I am having a irrating issue, which doesn't want to go away. These screenshots are my "configurations" My document: My line in the server.cfg: and the last, the error(s) I get: ...
82
Hello there, Sorry for posting kinda much help threads but it's really needed. Anyway, I'm getting 5 times the same error. The error is: PHP код: error 010: invalid function or declarati...
62
Hey there, Well, the titles explains everything I'm getting this error: PHP код: error 022: must be lvalue (non-constant)  On this line: PHP код: Time = TextDrawCreate...
68
Can you please give more information. I can't help you like that.
60
Hello there, I have been searching a lot to solve this problem, but find nothing..:[ Can someone please help me? Errors: Код: C:\Users\Aimane_Elbarjaj\Desktop\Stunt Server\gamemodes\StuntPortal....
62