22.02.2017, 08:15
Hello,
I've created a /setadmin command and i have added a sound.
I would like to send the sound to the player but i can't use "player" because it's the Nick of the player.
So i'm finding a cmd to get players id from name
Thanks
Regards
I've created a /setadmin command and i have added a sound.
Код:
printf("Admin %s made %s a level %d admin.", player, giveplayer, level); PlayerPlaySound(playerid,1097,0.0,0.0,0.0);
So i'm finding a cmd to get players id from name
Thanks
Regards