Code:
public OnPlayerCommandReceived(playerid, cmdtext[])
{
if (!SQL_IsLogged(playerid) || (PlayerData[playerid][pTutorialStage] > 0 || PlayerData[playerid][pKilled] > 0 || PlayerData[playerid][pHospital] != -1))
return 0;
if (PlayerData[playerid][pTutorial] > 0 && strfind(cmdtext, "/skiptutorial", true))
return 0;
if (PlayerData[playerid][pMuted] && strfind(cmdtext, "/unmute", true))
{
SendErrorMessage(playerid, "You are muted by the system.");
return 0;
}
This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at http://ift.tt/jcXqJW.
Recommended article from FiveFilters.org: Most Labour MPs in the UK Are Revolting.
/skiptutorial
Aucun commentaire:
Enregistrer un commentaire