Jump to content

Question

Posted

Am adaugat comanda /aa sub forma CMD:aa dar imi da 4 erorii si nustiu cum sa le rezolv , ma ajutati?

C:\Documents and Settings\BogdaneL\My Documents\sa-mp\Stunt GameSpeed\gamemodes\gsp.pwn(1713) : error 029: invalid expression, assumed zero
C:\Documents and Settings\BogdaneL\My Documents\sa-mp\Stunt GameSpeed\gamemodes\gsp.pwn(1713) : error 017: undefined symbol "cmd_aa"
C:\Documents and Settings\BogdaneL\My Documents\sa-mp\Stunt GameSpeed\gamemodes\gsp.pwn(1713) : error 029: invalid expression, assumed zero
C:\Documents and Settings\BogdaneL\My Documents\sa-mp\Stunt GameSpeed\gamemodes\gsp.pwn(1713) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
Linia:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
	CMD:aa( playerid, params[ ] ) return ATl(playerid, "aa", "Old Airport", 403.447265,2466.154296,16.506214,2.1006,0,0);
	return 1;
}

LISTA - GAMEMODE-URI SA-MP - Le gasiti pe toate aici: http://twiriock.com/3MGP

1 answer to this question

Recommended Posts

Posted

Punel unde vrei tu da nul pune intrun Public

De ex.

public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{

	return 1;
}

CMD:aa( playerid, params[ ] ) return ATl(playerid, "aa", "Old Airport",
403.447265,2466.154296,16.506214,2.1006,0,0);

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.