Search Results
I want to send the money to the player through the TAB.......
195
Quote: Originally Posted by Dayrion "castka" is already an integer. You can't use strval on it (since strval need a string as a parameter). PHP код: PlayerInfo[playerid][BankMoney]+...
195
I did it this way but it shows me error..... PHP код: PlayerInfo[playerid][BankMoney]+=strval(castka); GivePlayerMoney(playerid,-strval(castka)); error 035: argument type mismatch (argum...
195
Normally how much I want to give
195
How do I make a givecash because I want to give it to OnPlayerClickPlayer ?? Thanks
195
I will not make pickups on your map
1,610
Quote: Originally Posted by Wayzzar you do not need to create forwards for that, you can create them one by one in OnGameModeInit. Why would I create when it's the same
134
HI all, I have a map where I created in one stock pickup and 3D text and map icon, only a map icon is created and nothing more. Code: OnGameMode PHP код: AddBenzinka(4711.4292,189.8578,12.1993...
134
Quote: Originally Posted by Lucases PHP код: CMD:tankovat(playerid,params[]) {     new string[128];     if(PlayerInfo[playerid][Admin] < 2) return SendClientMessage(...
154
When will the linux client be available? Thanks
370
I have seen then that I should be done so PHP код: CMD:tankovat(playerid,params[]) {     new string[128];     if(PlayerInfo[playerid][Admin] < 2) return SendClientMessage(playe...
154
Quote: Originally Posted by L97 Let me guess, you just get a different number every time, right? So here's the mistake: Код: Benzin[playerid] = random(100); If you want to fill the tan...
154
Quote: Originally Posted by Ritzy Can you just post the code required? I'm not going through all that especially since it's not english Fuel = Benzin PHP код: for(new x; x<...
154
Hi guys, I have a fuel problem. When the administrator prompts you to refuel the tank, it does not add full tanks. Stay as it is and I have to go to the pump to refill the tank. I tried to give away t...
154
PHP код: mapedit/functions/anims.pwn(19) : error 017: undefined symbol "isempty" mapedit/functions/anims.pwn(39) : error 017: undefined symbol "isempty" mapedit/functions/textures.p...
3,236