Search Results
Try This pawn Code: new string[128], name[MAX_PLAYER_NAME];    GetPlayerName(playerid, name, sizeof(name));    if(GetPlayerMoney(playerid) > 99999999)    {        GivePlayerMoney(playeri...
110
What command processor are you using?
106
Try this, sorry about the indentation. pawn Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){    if(response)    {        switch(dialogid)        {  Â...
106
Look at mine and his, i took something out.
130
Try this pawn Код: for(new i; i<MAX_PLAYERS; i++)     {        if(IsPlayerConnected(i))        {            SetPlayerTime(i, THrs, Tsec);        }     }
130
It's in the samp server package.
80
Example: pawn Код: public TestFunction(){    new test;    if(Example)    {        new test;        test = 1;    }} Note the variable "test" to fix the error, take one of the variab...
127
EDIT: You useing the stock version or the plugin?
174
Can you show me the value of the human and, zombie teams?
133
What teams color is orange?
126
http://www.y-less.com/YSI/YSI_1.0.zip Tutorial? https://sampforum.blast.hk/showthread.php?pid=1138420#pid1138420
83
pawn Код: YCMD:mycommand(playerid, params[], help){     //code...return 1;}Command_AddAltNamed("mycommand", "mycommand2"); Tell me if it work or not.
94