Search Results
set godmode health to like 9999
123
Sorry forgot something at this too pawn Код: public OnPlayerModelSelection(playerid, response, listid, modelid){    if(listid == skinlist)    {        if(response)        {        Â...
161
Use pawn Код: new skinlist = mS_INVALID_LISTID; pawn Код: if(strcmp(cmd, "/Buyclothes", true) == 0)    {        if(IsPlayerConnected(playerid))        {            if(IsAtCloth...
161
Hello, I'm trying to make a command when a player types /play [station] it will play the station but it isn't working (I don't got pawno errors or warnings) pawn Код: CMD:play(playerid, params[]){...
80
https://sampwiki.blast.hk/wiki/Create3DTextLabel be sure you put it in OnGameModeInit()
76
https://sampforum.blast.hk/showthread.php?tid=327345 https://sampforum.blast.hk/showthread.php?tid=159785 http://www.*******.com/playlist?feat...7313EEBEEB6EA7 maybe this will help ya
120
Well I fixed it pName needed to be GetName but now I get this warnings Код: (3035) : warning 203: symbol is never used: "val" (3035 -- 3075) : warning 209: function "OnQueryFinishEx" should return...
131
Yes I know but I don't know what
131
pawn Код: pName[126],
131
Quote: Originally Posted by Blast3r Remove the ":" at the end of: pawn Код: case UNBAN_THREAD: So it should be like this: pawn Код: case UNBAN_THREAD doesn't work and this is...
131
Hello, I got an unban system (Not made by me) but I'm getting these errors Код: (3045) : error 012: invalid function call, not a valid address (3045) : warning 215: expression has no effect (3045)...
131
Hello, I want to make So when people login then they can choose a skin via this menu but how?
67
Now I got Код: (2055) : warning 215: expression has no effect (2056) : error 028: invalid subscript (not an array or too many subscripts): "pScore" (2056) : warning 215: expression has no effect (...
132
Now I get Код: (84) : error 021: symbol already defined: "pScore" (1983) : error 033: array must be indexed (variable "pScore") (2056) : error 033: array must be indexed (variable "pScore") (2059)...
132
Hello, I want to make like if I kill some one that I will get 1score and I will get money This is what I made(I copied it from wiki) pawn Код: public OnPlayerDeath(playerid, killerid, reason){  Â...
132
Quote: Originally Posted by LarzI You're missing a parenthesis on the end of every format line. ' ) ' huh I have this pawn Код: if(Player[playerid][pAdminLevel] == 1) format(string,...
147
Quote: Originally Posted by Angel.Why try to remember ";" cuz it's very important! replace it with this new string[128]; I use pawn Код: new string[128];
147