- 9 Novembre 2010
- 4
- 0
- Miglior risposta
- 0
Ragazzi vi prego aiutatemi,sono inesperto ed è da moltissimo che cerco di risolvere...compilando pawno mi da questi errori : C:\Users\Stefano\Desktop\Giovanni\Nuova cartella (2)\gamemodes\lvdm.pwn(201) : warning 204: symbol is assigned a value that is never used: "cmd"
C:\Users\Stefano\Desktop\Giovanni\Nuova cartella (2)\gamemodes\lvdm.pwn(201 -- 203) : error 010: invalid function or declaration
C:\Users\Stefano\Desktop\Giovanni\Nuova cartella (2)\gamemodes\lvdm.pwn(201 -- 206) : error 010: invalid function or declaration
C:\Users\Stefano\Desktop\Giovanni\Nuova cartella (2)\gamemodes\lvdm.pwn(201 -- 207) : error 010: invalid function or declaration
C:\Users\Stefano\Desktop\Giovanni\Nuova cartella (2)\gamemodes\lvdm.pwn(201 -- 207) : 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.
Cosa posso faree?
Le stringhe dalla 200 alla 207
{
new cmd [256];
}
if(strcmp("/help",cmdtext, true,10) == 0)
{
SendPlayerFormattedText(playerid,"Salve,questo è il server di Giovy98 e di Davide97",0);
SendPlayerFormattedText(playerid,"Type: /comandi : per i comandi digitare /cmd",0);
SendPlayerFormattedText(playerid,"Type: /teletrasporti :rtrasporti digitare /tele",0);
C:\Users\Stefano\Desktop\Giovanni\Nuova cartella (2)\gamemodes\lvdm.pwn(201 -- 203) : error 010: invalid function or declaration
C:\Users\Stefano\Desktop\Giovanni\Nuova cartella (2)\gamemodes\lvdm.pwn(201 -- 206) : error 010: invalid function or declaration
C:\Users\Stefano\Desktop\Giovanni\Nuova cartella (2)\gamemodes\lvdm.pwn(201 -- 207) : error 010: invalid function or declaration
C:\Users\Stefano\Desktop\Giovanni\Nuova cartella (2)\gamemodes\lvdm.pwn(201 -- 207) : 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.
Cosa posso faree?
Le stringhe dalla 200 alla 207
{
new cmd [256];
}
if(strcmp("/help",cmdtext, true,10) == 0)
{
SendPlayerFormattedText(playerid,"Salve,questo è il server di Giovy98 e di Davide97",0);
SendPlayerFormattedText(playerid,"Type: /comandi : per i comandi digitare /cmd",0);
SendPlayerFormattedText(playerid,"Type: /teletrasporti :rtrasporti digitare /tele",0);