[Ajuda] Ajuda - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Ajuda (
/showthread.php?tid=588551)
Ajuda -
Matei123 - 09.09.2015
qual e o erro desse codico
PHP код:
vehicle_id = CreateVehicle( 496, 2908.7000000,-861.7000100,10.8000000, 119, 1, 1);
vehicle3Dtext[ vehicle_id ] = Create3DTextLabel( "Brasil Vida Real\nVeнculo Civil", 0x058AFFFF, 0.0, 0.0, 0.0, 50.0, 0, 1 );//0.0, 0.0, 0.0, 50.0, 0, 1
Attach3DTextLabelToVehicle( vehicle3Dtext[ vehicle_id ] , vehicle_id, 0.0,0.0,0.0);//2
Erros
PHP код:
C:\Users\alexandre\Desktop\gm\samp037_svr_R1_win32\gamemodes\BVR.pwn(147) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warnings.
Re: Ajuda -
NexNix - 09.09.2015
Код:
CreateVehicle( 496, 2908.7000000,-861.7000100,10.8000000, 119, 1, 1);
CreateVehicle(modelid, Float: x, Float:y, Float:z, Float:angle, color1, color2, respawn_delay, addsiren=0)
Nгo estб faltando argumentos no seu cуdigo?
Re: Ajuda -
DouglasRodrigues - 10.09.2015
CreateVehicle estб sem a float do angulo do carro
Re: Ajuda -
Matei123 - 10.09.2015
vlw ajudo aii