24.12.2014, 05:17
Hello , i want to ask that can i set 1 code for 2 commands (in the same line ) . e.g
Now if i want to set the same function of /hide to /invisible can i?
In the same line not in another one (in (cmdtext, "/hide"))
If yes then tell me how in CMD: not in that one.
PHP Code:
if(!strcmp(cmdtext, "/hide"))
{
SetPlayerMarkerForPlayer( 42, 1, 0xFFFFFF00 );
return 1;
}
In the same line not in another one (in (cmdtext, "/hide"))
If yes then tell me how in CMD: not in that one.