06.02.2014, 16:13
pawn Code:
//-----------------------------------------------------------------------------------------
TazerAcceso[playerid] = 0;
ShiftInfo[playerid] = (ShiftInfo[playerid] == false) ? (true) : (true);
ShiftTimer[playerid] = SetTimerEx("ShiftFunction", 200, true, "e", playerid);
TextDrawShowForPlayer(playerid, Text:textcl5);
gPlayerUsingLoopingAnim[playerid] = 0;
gPlayerAnimLibsPreloaded[playerid] = 0;
new name[MAX_PLAYER_NAME];
new string22[100+MAX_PLAYER_NAME];
new plname[MAX_PLAYER_NAME];
GetPlayerName(playerid, plname, sizeof(plname));
new namestring = strfind(plname, "_", true);
if(namestring == -1)
{
SendClientMessage(playerid, COLOR_YELLOW2, "{37F906}INFO:{FFFFFF} Vaseto ime nemoze da se koristi.");
SendClientMessage(playerid, COLOR_YELLOW2, "{37F906}INFO:{FFFFFF} Vaseto ime mora da bidne Ime_Prezime.");
SendClientMessage(playerid, COLOR_YELLOW2, "{37F906}INFO:{FFFFFF} Primer: Nick_Wronx.");
Kick(playerid);
return 1;
}

