24.12.2011, 22:33
Ahhh nevermind i converted it i just had a minor error behind my other Cmd this is what i had as the error
CMD:healme(playerid, params[])
{
SetPlayerHealth(playerid, 100);
return 1;
}he -this wasnt supposed to be there i dont know how it got there but i erased it and everything compiles good no errors or warnings
CMD:healme(playerid, params[])
{
SetPlayerHealth(playerid, 100);
return 1;
}he -this wasnt supposed to be there i dont know how it got there but i erased it and everything compiles good no errors or warnings