[AJUDA] sistema de lixo -
Lucca_dias - 07.08.2010
Pessoal qria fazer um sistema assim o cara entra no caminhгo de lixo e coloca /trabalhar , ai aparece um chekpoint e qunado ele chega no chekpoint ele ganha 5k ... e assim vai indo!
Obs: Quando aparece o chekpoint , aparece tbm um objeto ai quando ele passa encima o objeto sai!
Vlw - Pessoal!
Re: [AJUDA] sistema de lixo -
andmeida10 - 07.08.2010
Topo do GM:
No OnPlayerCommandText
pawn Код:
if (strcmp(cmd, "/trabalhar", true) == 0)
{
if(PlayerInfo[playerid][pJob] != ID DE LIXEIRO) return SendClientMessage(playerid,0xAAAAAAAA,"Seu nabo, vocк nгo й lixeiro");
SetPlayerCheckPoint(playerid,CORDX,CORDY,CORDZ,30.0);
CP[playerid] = 1;
}
Em OnPlayerEnterCheckpoint
pawn Код:
if(CP == 1)
{
DisablePlayerCheckpoint(playerid);
GivePlayerMoney(playerid,50000);
SendClientMessage(playerid,0xAAAAAAAA,"Vocк recebeu 50 000 $ pela missao de lixeiro");
}
Re: [AJUDA] sistema de lixo -
ipsBruno - 07.08.2010
Ahhh Vocк me deu a idйa de fazer um sistema de Lixo
Re: [AJUDA] sistema de lixo -
Macintosh - 07.08.2010
Valeu no meu gm tem essa org de lixeiros sу faltava o comando (:
Obrigado
Re: [AJUDA] sistema de lixo -
Lucca_dias - 07.08.2010
Pу vlw ai pessoal , mais tipow assim , quando eu passo por um chekipoint ja aparece outro!
Deu esses erros!
Код:
C:\Users\Lucca\Documents\BTRPG 1.5\samp03asvr_R8_win32\gamemodes\Talked.pwn(138) : error 010: invalid function or declaration
C:\Users\Lucca\Documents\BTRPG 1.5\samp03asvr_R8_win32\gamemodes\Talked.pwn(4030) : warning 202: number of arguments does not match definition
C:\Users\Lucca\Documents\BTRPG 1.5\samp03asvr_R8_win32\gamemodes\Talked.pwn(4057) : warning 202: number of arguments does not match definition
C:\Users\Lucca\Documents\BTRPG 1.5\samp03asvr_R8_win32\gamemodes\Talked.pwn(5044) : error 033: array must be indexed (variable "CP")
C:\Users\Lucca\Documents\BTRPG 1.5\samp03asvr_R8_win32\gamemodes\Talked.pwn(5508) : warning 225: unreachable code
C:\Users\Lucca\Documents\BTRPG 1.5\samp03asvr_R8_win32\gamemodes\Talked.pwn(5508) : warning 211: possibly unintended assignment
C:\Users\Lucca\Documents\BTRPG 1.5\samp03asvr_R8_win32\gamemodes\Talked.pwn(11663) : warning 202: number of arguments does not match definition
C:\Users\Lucca\Documents\BTRPG 1.5\samp03asvr_R8_win32\gamemodes\Talked.pwn(13618) : error 017: undefined symbol "pJob"
C:\Users\Lucca\Documents\BTRPG 1.5\samp03asvr_R8_win32\gamemodes\Talked.pwn(13619) : error 017: undefined symbol "SetPlayerCheckPoint"
C:\Users\Lucca\Documents\BTRPG 1.5\samp03asvr_R8_win32\gamemodes\Talked.pwn(13832) : warning 212: possibly unintended bitwise operation
Re: [AJUDA] sistema de lixo -
Macintosh - 07.08.2010
posta as linhas faseno favor ^^
Re: [AJUDA] sistema de lixo -
Caio_Cartaxo - 07.08.2010
Simples
Seu gm nun tem ''pJob'' definido nen ''CP''
@EDIT---------
Qual o teu gm?
Re: [AJUDA] sistema de lixo -
sergio_xd - 09.08.2010
Eu vou criar um sistema de lixo ai posto aqui para vocкs
Re: [AJUDA] sistema de lixo -
Falcon. - 09.08.2010
Yes crie e poste ae pra nois to precisando de um desses..hehe..e tava sem ideia de como comeзar criar um.!!