Search Results
much better then some maps on this forum goodjob!
368
Thanks, I searched for a while tho untill I couldn't find any tutorials like you just linked me I decided to post a help request so yea thanks.
125
How can I ban a player that logged off besides using the rcon command?
125
How do I know what animation is being played?
119
Hey, how can I make it that the player can jump but not climb over fences and stuff?
119
pawn Код: pInfo[targetid][pAJailTime] = SetTimerEx("Unjail", minutes*60*1000, false,"i",playerid);
112
I got a strange problem, I can't see the players moving I just see them standing still with the alt tab symbol next to the health bar, I can TP to their current location but the skin is still at the p...
94
Yes, you have very similar codes to mine, infact it's the same. I use this for a long time and never had trouble with it, it's up to you to test it or not, this is all the help I can offer you.
234
It loads perfectly fine, just change the "Users" to your users file. I recommend you to try it, I use the same and it works great. For the money do the same, I just forgot it. pawn Код: format(str...
234
Under OnPlayerConnect pawn Код: new plname[MAX_PLAYER_NAME], string[128];GetPlayerName(playerid, plname, sizeof(plname));PlayerInfo[playerid][pAdmin] = 0;PlayerInfo[playerid][pMute] = 0;PlayerInfo...
234
Quote: Originally Posted by Emmet_ Lol, you're all wrong. Just use: pawn Код: GivePlayerWeapon(playerid, GetPlayerWeapon(playerid), 50); Jimmy solved my problem, thank you for th...
181
I tried it but I'm getting the same results, also I want to add the 50 bullets to the weapon he is currently holding.
181
Hey,this supposed to give a player 50 extra bullets but it isn't working somehow, not sure what I did wrong but any help is appreciated. pawn Код: new gunid = GetPlayerWeapon(playerid);new ammo;Ge...
181
I still got the same problem, however it will add a object on the forklift but won't delete the one on the ground. So this has nothing to do with the else if or if. I really think it has something to ...
149
The comment at the code explains what isn't working well pawn Код: CMD:unloadforklift(playerid, params[]){    new Float:Pos[5];    new vehicleid = GetPlayerVehicleID(playerid);    if(!IsAFor...
149
Yea I came across this a multiple times but still couldn't figure it out. I tried using this pawn Код: for(new i = 0; i < 5; i++)    {        Objects[i] = CreateObject......    } This d...
149
Hey, how can I loop through this defined object, I got on top pawn Код: new Objects[5];//Defined Object + loopObjects[?]  = Createobject...//I need to loop through the amount of times this has be...
149
Ah, thanks I got rid of the errors thanks to you.
63