Search Results
Quote: Originally Posted by Lucases if 500:10000 Then x:30000 So 500:10000=x:30000 x = (30000 x 500) : 10000 = 1500 So, change it to pawn Код: GivePlayerMoney(i, 1500); You...
150
Hello, I need help, on how to increase the money given in all PayDay cycles, for example, this is the code where the GivePlayerMoney it's placed: Код: GivePlayerMoney(i,500) Usually gives a bond ...
150
Man... haha, well, thank you very much for your help.
203
It works pretty cool. What was exactly the issue?
203
There you go. Код: enum pInfo { pScore } new PlayerInfo[ MAX_PLAYERS ][ pInfo ]; stock GetName(playerid) { new name[ MAX_PLAYER_NAME+1 ]; GetPlayerName(playerid, name, sizeof( name...
203
Quote: if you can send the code where you defined that or included it I assume that you mean, this one: Код: public OnPlayerDisconnect(playerid, reason) { dini_IntSet( file...
203
Hi! This is the problem that I have Quote: C:\Users\Hector\Desktop\score save.pwn(59) : error 017: undefined symbol "file" C:\Users\Hector\Desktop\score save.pwn(59) : error 001: expected...
203
I need help, with the score system, I want that the score from all players keep save (if they're registered, of course), if anyone have the font code for the SATDM v9, it will help me a lot. Also, I'...
101
Hello, just a little question: Where can I edit the chat? I mean, while a person send a message, I want that appears his ID and his name too, the problem is that I forgot where can be edited that. Th...
159
Hello, all I'm asking for is information, about how to put this on my Gamemode? And in which part of my .pwn I should add it.
164