Hey ich mach mir ein Selfmade
und ich wollte jetzt mir ein invite befehl machen aber ich da ein paar errors :x
C:\Program Files (x86)\Rockstar games\GTA san andreas\gamemodes\tutorial.pwn(1628) : error 001: expected token: "-identifier-", but found "if"
C:\Program Files (x86)\Rockstar games\GTA san andreas\gamemodes\tutorial.pwn(1629) : error 029: invalid expression, assumed zero
C:\Program Files (x86)\Rockstar games\GTA san andreas\gamemodes\tutorial.pwn(1629) : warning 215: expression has no effect
C:\Program Files (x86)\Rockstar games\GTA san andreas\gamemodes\tutorial.pwn(1629) : error 001: expected token: ";", but found ")"
C:\Program Files (x86)\Rockstar games\GTA san andreas\gamemodes\tutorial.pwn(1629) : error 029: invalid expression, assumed zero
C:\Program Files (x86)\Rockstar games\GTA san andreas\gamemodes\tutorial.pwn(1629) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Errors.
ocmd:invite(playerid,params[])
{
if(!isPlayerInFrakt(playerid,1))return SendClientMessage(playerid,ROT,"Du darfst diesen befehl nicht benutzen");
new pID,
if(sscanf(params,"d",pID))return SendClientMessage(playerid,ROT,"{FFFFFF}/invite [ID] [Rank]");
SetPVarInt(pID,"Frang", = 1); <- das ist falsch :x wie soll ich es richtig machen? ;p
SpielerSpeichern(pID);
return 1;
}