25.09.2008, 12:14
ROFL OMG LOL XD
1.-
- WTF? Why? You using "SCM" 2 times and other you using normaly "SendCLientMessage"
2.- Why that much colors?
3.- Mhmm nice cmd
Why only "Tupac_Shakur" ?
1.-
Код:
#define SCM SendClientMessage
2.- Why that much colors?
3.- Mhmm nice cmd
Код:
if(strcmp(cmdtext, "/pacsign", true) == 0) {
if(strcmp("Tupac_Shakur",name,true) == 0){
ApplyAnimation(playerid,"GHANDS","gsign4",4.1,1,1,1,1,1);
SendClientMessage(playerid,COLOR_GRAY, "2PACALYPSE");
return 1;
}
else
{
SCM(playerid,COLOR_GREY," How The Hell Did You Find This Command?");
return 1;
}
}

