no message
This commit is contained in:
parent
e597f9559a
commit
75e0b063da
@ -375,7 +375,7 @@ CMD:aspawn( playerid, params[ ] )
|
|||||||
pID
|
pID
|
||||||
;
|
;
|
||||||
if ( p_AdminLevel[ playerid ] < 1 ) return SendError( playerid, ADMIN_COMMAND_REJECT );
|
if ( p_AdminLevel[ playerid ] < 1 ) return SendError( playerid, ADMIN_COMMAND_REJECT );
|
||||||
else if ( sscanf( params, ""#sscanf_u"", pID ) ) return SendUsage( playerid, "/aspawn [PLAYER_ID]" );
|
else if ( sscanf( params, "u", pID ) ) return SendUsage( playerid, "/aspawn [PLAYER_ID]" );
|
||||||
else if ( !IsPlayerConnected( pID ) || IsPlayerNPC( pID ) ) return SendError( playerid, "Invalid Player ID." );
|
else if ( !IsPlayerConnected( pID ) || IsPlayerNPC( pID ) ) return SendError( playerid, "Invalid Player ID." );
|
||||||
else if ( p_PlayerLogged{ pID } == false ) return SendError( playerid, "This player is not logged in." );
|
else if ( p_PlayerLogged{ pID } == false ) return SendError( playerid, "This player is not logged in." );
|
||||||
else
|
else
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
#include "irresistible\cnr\features\ammunation.pwn"
|
#include "irresistible\cnr\features\ammunation.pwn"
|
||||||
#include "irresistible\cnr\features\duel.pwn"
|
#include "irresistible\cnr\features\duel.pwn"
|
||||||
#include "irresistible\cnr\features\crowdfund.pwn"
|
#include "irresistible\cnr\features\crowdfund.pwn"
|
||||||
|
#include "irresistible\cnr\features\paintball.pwn"
|
||||||
// #include "irresistible\cnr\features\pilot.pwn"
|
// #include "irresistible\cnr\features\pilot.pwn"
|
||||||
// #include "irresistible\cnr\features\fishing.pwn"
|
// #include "irresistible\cnr\features\fishing.pwn"
|
||||||
// #include "irresistible\cnr\features\vote.pwn"
|
// #include "irresistible\cnr\features\vote.pwn"
|
||||||
|
1216
gamemodes/sf-cnr.pwn
1216
gamemodes/sf-cnr.pwn
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user