Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CMD:pporukuserveru(playerid,params[])
- {
- new poruka[1024];
- if(IsPlayerAdmin(playerid)) return SendClientMessage(playerid,-1,"{00F715}Y:RP >> {FFFFFF}Nisi admin!");
- if(sscanf(params,"us[1024]",poruka)) return SendClientMessage(playerid,-1,"{00F715}/pporuku {FFFFFF}[TEXT]");
- {
- new string[254];
- format(string,sizeof(string),"{00F715}Y:RP >> {FFFFFF}%s",poruka);
- SendClientMessageToAll(-1,string);
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment