28.02.2012, 15:25
CMD:myinfo(playerid,params[])
{
GetPlayerIp(playerid, name[], len);
GetPlayerSkin(playerid);
GetPlayerScore(playerid);
GetPlayerMoney(playerid);
GetPlayerWeapon(playerid);
GetPlayerAmmo(playerid);
GetPlayerPing(playerid);
return 1;
}
I get this error when compiling. I need to know what I did wrong + I need to know how to show this to the player. I'm a newb.
{
GetPlayerIp(playerid, name[], len);
GetPlayerSkin(playerid);
GetPlayerScore(playerid);
GetPlayerMoney(playerid);
GetPlayerWeapon(playerid);
GetPlayerAmmo(playerid);
GetPlayerPing(playerid);
return 1;
}
Quote:
C:\Users\ADMIN\Desktop\Server\gamemodes\Testing.pw n(49 ![]() |