12.10.2017, 12:19
Also:
Quote:
new PlayerName[MAX_PLAYER_NAME];
GetPlayerName(pid, PlayerName, sizeof(PlayerName));
if(!strcmp(PlayerName,"Pulsare",true))
{
return SendClientMessage(playerid,COLOR_RED,"[Server] You can*t edit the Owner!");
}
How to create a Stock with it? Just like "IsPlayerPulsare" = 0 (0 = not) (1 = yes)
// Do this Action
if(IstSpielerAdmin(playerid, 1)) // If (IstPlayerAdmin(playerid, ADMINLVL)
{
SendClientMessage(playerid,COLOR_RED,"Welcome Pulsare");
return 1;
}
This would not work because 0 - 5 are adminlevels and not like 0 = negative 1= postive.
I hope you could understand me & help me
Need someone to do this for me:
FortCarson.eu.
Quote:
new PlayerName[MAX_PLAYER_NAME];
GetPlayerName(pid, PlayerName, sizeof(PlayerName));
if(!strcmp(PlayerName,"Pulsare",true))
{
return SendClientMessage(playerid,COLOR_RED,"[Server] You can*t edit the Owner!");
}
How to create a Stock with it? Just like "IsPlayerPulsare" = 0 (0 = not) (1 = yes)
// Do this Action
if(IstSpielerAdmin(playerid, 1)) // If (IstPlayerAdmin(playerid, ADMINLVL)
{
SendClientMessage(playerid,COLOR_RED,"Welcome Pulsare");
return 1;
}
This would not work because 0 - 5 are adminlevels and not like 0 = negative 1= postive.
I hope you could understand me & help me
Need someone to do this for me:
FortCarson.eu.