C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : error 017: undefined symbol "MAX_STRING" C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : error 009: invalid array size (negative, zero or out of bounds) C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : error 036: empty statement C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : fatal error 107: too many error messages on one line
Originally Posted by Rakun
Код:
C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : error 017: undefined symbol "MAX_STRING" C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : error 009: invalid array size (negative, zero or out of bounds) C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : error 036: empty statement C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : fatal error 107: too many error messages on one line |
Originally Posted by Rakun
Код:
C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : error 017: undefined symbol "MAX_STRING" C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : error 009: invalid array size (negative, zero or out of bounds) C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : error 036: empty statement C:\Documents and Settings\Sйrgio\Meus documentos\LUKAS\Folder files and programs Restricted of Luca'S\Programs\Meu server San Andreas TDM BR\pawno\include\dudb.inc(48) : fatal error 107: too many error messages on one line |
Originally Posted by Rakun
Й o server Hatycone RPG... estб com esse problema
Jб baixei o mesmo include e deu o mesmo problema =/ Algueem ai ajuuda. . . PLLLLIIIIX ![]() |
if(!strcmp(cmdtext,"/taxista",true)) if(GetPlayerScore(playerid) >= 2) { SendClientMessage(playerid, COLOR_TAXISTA, "Voce agora й um Taxistal"); SetPlayerColor(playerid, COLOR_TAXISTA); PlayerPlaySound(playerid,MUSIC_OFF,2418.3506,1123.9360,10.8203); GivePlayerWeapon(playerid,5,0); GivePlayerWeapon(playerid,31,1000); GivePlayerWeapon(playerid,25,100); } else //<<<--- Apуs { SendClientMessage(playerid, COLOR_TAXISTA,"Voce nao tem level 2!"); //<<--- MSG }
Originally Posted by Rakun
Os includes funcionaram! Obrigado
Vou usar o Topico pra mais uma duvida: Tipo assim eu coloquei no Hatycone o sistema de emprego : EX: /taxista , /entregador.... Assim: OnplayerCommandtext Код:
if(!strcmp(cmdtext,"/taxista",true)) if(GetPlayerScore(playerid) >= 2) { SendClientMessage(playerid, COLOR_TAXISTA, "Voce agora й um Taxistal"); SetPlayerColor(playerid, COLOR_TAXISTA); PlayerPlaySound(playerid,MUSIC_OFF,2418.3506,1123.9360,10.8203); GivePlayerWeapon(playerid,5,0); GivePlayerWeapon(playerid,31,1000); GivePlayerWeapon(playerid,25,100); } else //<<<--- Apуs { SendClientMessage(playerid, COLOR_TAXISTA,"Voce nao tem level 2!"); //<<--- MSG } EX:eu digito /profs Vocк agora й um Taxista! /regras Vocк agora й um Taxista! Qualquer comandos aparece isso =/ No que eu errei? Atenciosamente, Rakun |
if(!strcmp(cmdtext,"/taxista",true))
if(GetPlayerScore(playerid) >= 2)
{
SendClientMessage(playerid, COLOR_TAXISTA, "Voce agora й um Taxistal");
SetPlayerColor(playerid, COLOR_TAXISTA);
PlayerPlaySound(playerid,MUSIC_OFF,2418.3506,1123.9360,10.8203);
GivePlayerWeapon(playerid,5,0);
GivePlayerWeapon(playerid,31,1000);
GivePlayerWeapon(playerid,25,100);
}
else //<<<--- Apуs
{
SendClientMessage(playerid, COLOR_TAXISTA,"Voce nao tem level 2!"); //<<--- MSG
}
return 1;
}