CMD:csipog(playerid, params[])
{
if(GetPVarInt(playerid, \"Csipogás\") == 0)
{
SetPVarInt(playerid, \"Csipogás\", 1);
SendClientMessage(playerid, -1, \"Bepakcsoltad a csipogást.\");
} else {
SetPVarInt(playerid, \"Csipogás\", 0);
SendClientMessage(playerid, -1, \"Kipakcsoltad a csipogást.\");
}
return 1;
}
ahol beadja a csipogást:
if(GetPVarInt(playerid, \"Csipogás\") == 1) PlayerPlaySound...