Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public OnPlayerCommandText(playerid,cmdtext[])
- {
- new string[128];
- format(string,sizeof(string),"Der Befehl existiert nicht! %s\nBenutze /hilfe",cmdtext);
- SendClientMessage(playerid,WEISS,string);
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement