Search Results
Well it giving me error: warning 213: tag mismatch on this line: new Angle=atan2(PlayerX[0]-PlayerX[1],PlayerY[0]-PlayerY[1]);
88
hey.. i'm trying to make a /handshake command and when the player is using the command its change the players their face to each other... pawn Код: stock SetPlayerFacePlayer(playerid, giveplayer)...
88
But I know that.. i didnt say it dont work.. i said. that everytime i log out.. its write again on the user files... then i get multiple lines of the same shit!
110
No problem.. but what part? pawn Код: public LoadUser_data(playerid,name[],value[]){    INI_Int("Password",PlayerInfo[playerid][pPass]);    INI_Int("Level",PlayerInfo[playerid][pLevel]);  Â...
110
I'm using it... INI_SetTag(File,"data"); maybe something else? someone?
110
hey.. I've worked on the licenses system... like driving test and all that but.. the problem I'm having is everytime players login he gets 5 new lines in his player file.. I've got those under: enum ...
110
Nop its the ten bottles and I dont really remember what part.. but i think the interior is 0
160
Nop its not, and I already searched in this site.. its an open interior I mean if I aint wrong its in LV and you can enter from the street..
160
Hey, I'm sreaching for certian interior.. its an open diner or deli with grey chairs hope someone will understand me.. btw.. I couldnt find in wiki that interior.. but I used it before
160
About the streamer you're right its fixing only the first 2 errors.. that's the thing I know.. but about the Y_INI.. i have it defined and I'm using it.. but it its still giving errors.. thanks anywa...
3,455
Enjoy your holiday, anyone could help set this system to Yini? I'm almsot done.. but the only problem is this lines in /buyhouse /sellhouse: pawn Code: SaveHouse(playerid);                ...
3,455
hey, wanted to ask if i'm not the only one who sees the object: 19198 sometimes smaller than usual? any way to fix that?
61
I said some of them working... so its not that i'm not doing something wrong with the pick up types... in interiors only 1 pickup working.. outside everything working..
143
that's the whole part: pawn Код: Create3DTextLabel("Warden's Office \nPress ~k~~PED_SPRINT~ to enter ", 0x7CD64AFF,1829.0688,-1539.9697,5700.4287+0.5,10.0, 0);// Warden's Office Outside    Crea...
143
Hey.. for some reason I'm having a problem.. I'm createing pickups and they disappear... I'm using them for an object item.. and in interiors only 1 pick up shows.. anyone knows what's the problem? ...
143
I was trying this: pawn Код: if(newkeys == KEY_LEFT)    {        if(Security[playerid] == 1)        {            SetPlayerCameraPos(playerid, 1791.2063, -1523.6543, 5702.2305);  ...
168
something like pawn Код: if(newkeys == KEY_LEFT)    {        return OnPlayerCommandText(playerid, "/security");    } ?
168
Yea I know how to make it.. but not perfectly.. I mean.. if the player press lets say key left so it moves left.. but I should use something smarter like rands..? I just need someone to give me small...
168
Hey.. I've been working on a security cameras.. but right now I want to make it that you'll be able to change cameras by using your arrows.. and I dont know how to do it actually.. I have only the co...
168