- 0
Warning-uri
-
Similar Content
-
Cum pot face sa seteze automat random vremea (weather) pe server cu ID-urile alese de mine
By cstef4n,
- 1 answer
- 130 views
-
am un crash care ma bantuie de ceva timp, am jucat vreo cativa ani pe mai multe laptopuri/pc-uri si n am avut treaba asta niciodata, a aparut peste noapte
By reje,
- 1 answer
- 618 views
-
- 0 replies
- 658 views
-
- 2 answers
- 870 views
-
- 0 replies
- 581 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.

Question
ShaggyShaggy
SetTimerEx("hidetextdrawpayday1", 5000, false, "dd", playerid, textdrawpayday1); PlayerInfo[i][pPayDay]++; new rand1 = 0 + random(2); PlayerInfo[i][pExp] += rand1; new rand = 20 + random(10); GivePlayerMoney(i, rand); } return 1; } forward hidetexdrawpayday1(playerid, textdrawpayday1); public hidetextdrawpayday1(playerid, textdrawpayday1) { TextDrawHideForPlayer(playerid, textdrawpayday1); return 1; }randurile 102-117
C:\Users\Gabi\Desktop\Server-ul meu de samp\server samp\Beta.pwn(102) : warning 213: tag mismatch
C:\Users\Gabi\Desktop\Server-ul meu de samp\server samp\Beta.pwn(113) : warning 235: public function lacks forward declaration (symbol "hidetextdrawpayday1")
C:\Users\Gabi\Desktop\Server-ul meu de samp\server samp\Beta.pwn(113) : warning 219: local variable "textdrawpayday1" shadows a variable at a preceding level
C:\Users\Gabi\Desktop\Server-ul meu de samp\server samp\Beta.pwn(115) : warning 213: tag mismatch
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now