Search Results
i found a bug, when i try to scale the Y it scales the X to fix it: go to line 4062 and change: g_cPlayerAction{ playerid } = ACTION_SCALE_X; to: g_cPlayerAction{ ...
2,362
FIXED. to everyone who has this problem, just update your streamer and all the includes, and BAM problem solved. /kiss <3
57
I've checked all my filterscripts and and my gamemode for "removeplayerattachedobject" and "setplayerattachedobject" and i didnt find it in any of my filterscripts and i found it on my gamemode but it...
57
same effect... i dont have any removeplayerattachedobject in a timer or in any function... i put the hat but like 0.7 seconds later it disapears. Then i put it again and it appears and disappears.. wt...
57
Hello. Im trying to attach an hat to my players head, but it doesnt work, it appears and half second later it disapears. What is the problem? my hat command Код: if(strcmp(cmd, "/hat1", true) =...
57
Quote: Originally Posted by _Jake_ pawn Код: public OnPlayerStateChange(playerid, newstate, oldstate){    if(newstate == PLAYER_STATE_DRIVER) SetPlayerArmedWeapon(playerid, 0);    ...
63