1 Warning Help tNx
#3

Quote:
Originally Posted by alishvasis
View Post
Hi Why Give Me a Error ? Help Me + Rep TnX :Xx

If you get the warnings at this line
Code:
 GetPlayerName(playerid, name, sizeof(name));
Then just delete the " " space before
Code:
 GetPlayerName(playerid,name,sizeof(name));
So, It should be like
pawn Code:
GetPlayerName(playerid, name, sizeof(name));
Use this ^

Code:
 GetPlayerName(playerid, name, sizeof(name));
It should not be like this ^
Reply


Messages In This Thread
1 Warning Help tNx - by alishvasis - 12.02.2014, 09:23
Re: 1 Warning Help tNx - by MattTucker - 12.02.2014, 09:31
Re: 1 Warning Help tNx - by rakshith122 - 12.02.2014, 09:37
Re: 1 Warning Help tNx - by alishvasis - 12.02.2014, 09:54
Re: 1 Warning Help tNx - by rakshith122 - 12.02.2014, 09:56

Forum Jump:


Users browsing this thread: 1 Guest(s)