12.01.2014, 17:13
PHP код:
if(IsPlayerAdmin(playerid))//Actually here you made !IsPlayerAdmin , that's mean if the player not admin..
{
new
name[MAX_PLAYER_NAME],string[64];
GetPlayerName(playerid,name,sizeof(name));
PHP код:
if(IsPlayerAdmin(playerid))//Actually here you made !IsPlayerAdmin , that's mean if the player not admin..
{
new name[MAX_PLAYER_NAME],string[64];
GetPlayerName(playerid,name,sizeof(name));
_____ OO now I see it
Install ZCMD plugin first
Then;
#include <ZCMD>
now delete line that haw alot of text, fine it and replace text in two lines/ delete it


