18.10.2017, 17:01
My folks, I'm with a problem here.
I'm new to Pawn and giving error here.
command:
CMD:armour(playerid)
{
sendclientmessage(playerid, "you bought a armour.");
setplayerarmour(playerid, 100000);
return 1;
}
error:
error 017: undefined symbol "sendclientmessage"
error 017: undefined symbol "setplayerarmour"
I'm new to Pawn and giving error here.
command:
CMD:armour(playerid)
{
sendclientmessage(playerid, "you bought a armour.");
setplayerarmour(playerid, 100000);
return 1;
}
error:
error 017: undefined symbol "sendclientmessage"
error 017: undefined symbol "setplayerarmour"


