01.03.2014, 14:23
I need cmds if i do example /hide player will hide on map can to send mee the code ?
command(hide,playerid,params[])
{
SetPlayerColor(playerid, 0xFFFF0000);// The last 2 zeros at the end make it transparent/invisible
return 1;
}
if(!strcmp(cmdtext, "/iwannaplayhideanseek", true))
{
SetPlayerColor(playerid, 0xF0F8FFAA);// The last 2 zeros at the end make it transparent/invisible (as golimad said)
return 1;
}