- 0
Intrebare Case Label
-
Similar Content
-
- 1 answer
- 753 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Alexica721
Buna ziua astazi am o commanda
[pawn]CMD:skill( playerid , params [ ] )
{
if ( sscanf ( params , "i" , params [ 0 ] ) ) return SendClientMessage ( playerid , 0xFFFFFFFF , "USAGE:/skill [1-2]" ) ;
switch ( params [ 0 ] )
{
case 1: SetPlayerSkillLevel(playerid, WEAPONSKILL_SAWNOFF_SHOTGUN, 1);
case 2: SetPlayerSkillLevel(playerid, WEAPONSKILL_SAWNOFF_SHOTGUN, 1);
}
return ( 1 ) ;
}[/pawn]
Intrebarea e daca la case 1 as putea sa pun cumva sa imi seteze skill level-ul si de uzi
Adik sa am la case 1
SetPlayerSkillLevel(playerid, WEAPONSKILL_SAWNOFF_SHOTGUN, 1); si
SetPlayerSkillLevel(playerid, WEAPONSKILL_MICRO_UZI, 1);
M-am lasat de comunitatea sa-mp.ro
2 answers to this question
Recommended Posts