Search Results
I prefer to slap them, set their health to 1, reset weapons and give pink dildo. That'll teach them. By the way, this include is so perfect and easy to use.Thank you.
1,396
Okay so, I'm searching for a function to detect if a player is falling without a parachute. And another function, that teleports a player on the ground.(the problem here is that in different places th...
62
Thats the idea, the player dosen't hold onto it.
123
One problem with.. SetPlayerSpecialAction(playerid, SPECIAL_ACTION_USEJETPACK); Instead of holding the jetpack handles the player is just "standing" in air..like with arms straight.
123
I'm looking for the JetPack id to give it to myself..how come it is not in the list? https://sampwiki.blast.hk/wiki/Weapons
123
Yes i checked, its 0 in the database.
145
OH! **** I'm tired, i confused the pLevel with pVip, il test again. EDIT: Okay i just tried with that line fixed and with pawn Code: //------------------------------------------CMD:vtest(playerid, ...
145
Hmmm, just tried it out, it dosen't work..at least the first thing i tried to test. pawn Code: //----------/setvip-------------------------//------------------------------------------CMD:setvip(playe...
145
I saw that..already added the return no need to { return 1; }
141
Code: //---------------/b------------------------- //------------------------------------------ CMD:b(playerid, params[]) { new veh; if(sscanf(params, "d", veh)) SendClientMessage(playerid, LIGHTBL...
141
Hello, Thanks for helping me, so pointing out my "didn't understood" things, first. pawn Code: sscanf(Query, "e<p<|>s[24]s[35]ddddfffdd>", PVar[iPlayer]); so d stands for ? like why some...
145
There was an inc that created fire, you could create an timer that adds fire randomly at certain times, you should display the message to all firemen on the server and they must sit in a checkpoint(ne...
130
Hello, I want to tell you, that the map is wonderfull. Just an tip for the next time you release an map, try to post the code for an teleport too Code: public OnPlayerCommandText(playerid, cmdtext[]...
149
It would be easier to have a GM for every map.
95
Okay so this MYSQL thing is so complicated. pawn Code: public OnPlayerConnectResetPVars(playerid);InitConnection(playerid);public OnPlayerDisconnectSavePInfo(playerid);public OnDialogResponse(player...
145
pawn Код: if (strcmp("/mycommand", cmdtext, true, 10) == 0)        {        SetPlayerPos(playerid, 1305.9880,2107.8486,11.0156);            SetPlayerVirtualWorld(playerid, 1);    Â...
64
Well i can help with the test, but i can't really comment the function cause i don't see an need to set the health of an specific ID..
285
pawn Код: dcmd_report(playerid, params[]){    new pName[MAX_PLAYER_NAME], aName[MAX_PLAYER_NAME], str[128], reason, iD;    if (sscanf(params, "dz", iD, reason)) return SendClientMessage(player...
105