Search Results
But, i just want to return_enter and return_exit. How should i go on to do exit command under the key? pawn Код: case KEY_CTRL_BACK:    {        return cmd_enter(playerid, "");        }...
145
I haven't tested it yet, but yea, i'm using strcmp still.
145
Hello. Problem with OnPlayerKeyStateChange. I want to add two commands under one key: /enter and /exit. pawn Код: case KEY_CTRL_BACK:    {        return OnPlayerCommandText(playerid, "/ent...
145
Problem is, that when player is ajailed about 1 minute and if he then released from the ajail, its all okey. But after every 1 minute, server says "You have been released from ajail" and spawns player...
99
pawn Код: if(newkeys == KEY_NO) --line 11486{     if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT) --line 11488    {        return cmd_sisene(playerid, params); -- line11490       ...
193
pawn Код: : error 010: invalid function or declaration: error 010: invalid function or declaration: error 021: symbol already defined: "cmd_enter": error 010: invalid function or declaration Thos...
193
Alright. Hard to find the bug where it appears, but starting to find this.
87
pawn Код: command(enter, playerid, params[]){    if(IsPlayerInRangeOfPoint(playerid, 5.0, 2269.3821,-75.3405,26.7724))    {        SetPlayerPos(playerid, 916.6719,2380.9543,246.4695);   ...
193
Is here anything wrong? I don't know, is this cause a bug, but maybe. Bug is: When i buy vehicle from store or from other player, then GM sets vehicle a owner who bought the car. Now, GM sets all car...
87
I have the problem again. My admin marker won't appear on the map. DOn't know why, i have tried several ways to fix it, but it still not working. pawn Код: command(aod, playerid, params[]){   ...
101
Maybe my OnPlayerTakeDamage and GiveDamage helps. Can't find the timers, what sets the health to 100. pawn Код: public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid){        n...
152
It works great and thanks for your help.
108
I have problem with health losing. So, if someone shoot me or i jump down from the building roof, it takes away amount of health, but then health recovers immidiently. There's no way to die. Problem i...
152
So. I have the problem with command /fill. It supposed to refuel my vehicle with certain amount of fuel. If i write example /fill 12, it isn't refuel my vehicle properly and the fuel meter don't incr...
69
I have the problem with ATM. If i use the ATM, want to Deposit/Withdraw money, then it allways gives me 49$ or put on the bank 49$. Example, i want to deposit on the bank 240$, then it puts only 49$ ...
108
I use the same serverside money system. I have a problem. In ingame, it resets players money every second and all the time. What should be the problem?
3,590
Mask system, should put the letter behind "STRANGER_[Some Letter]", but when someone use the /mask too same time as someone else, then it gives you someone else name, like Mart_Arvik or sth. If you u...
75
pawn Код: new firstperson[MAX_PLAYERS];
100