no message

This commit is contained in:
Stev 2018-09-10 00:46:16 +01:00
parent e597f9559a
commit 75e0b063da
3 changed files with 17 additions and 1202 deletions

View File

@ -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

View File

@ -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"

File diff suppressed because it is too large Load Diff