SA-MP Forums Archive
[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 CreateVehicle4962908.7000000,-861.7000100,10.800000011911);
    
vehicle3Dtextvehicle_id ] = Create3DTextLabel"Brasil Vida Real\nVeнculo Civil"0x058AFFFF0.00.00.050.00);//0.0, 0.0, 0.0, 50.0, 0, 1
    
Attach3DTextLabelToVehiclevehicle3Dtextvehicle_id ] , vehicle_id0.0,0.0,0.0);//2 
Erros
PHP код:
C:\Users\alexandre\Desktop\gm\samp037_svr_R1_win32\gamemodes\BVR.pwn(147) : warning 202number of arguments does not match definition
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB 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