Jump to content
  • 0

Factiune noua


Diabolik

Question

20 answers to this question

Recommended Posts

[pawn]

public SetPlayerToTeamColor(playerid)

{

if(IsPlayerConnected(playerid))

{

if(PlayerInfo[playerid][pMember] == iidf) { SetPlayerColor(playerid, culoarea); } //Cop

if(PlayerInfo[playerid][pLeader] == idf) { SetPlayerColor(playerid,culoarea); } //Cop

}

}

[/pawn]

Si culoarea la masni.

http://wiki.sa-mp.com/wiki/AddStaticVehicleEx

http://wiki.sa-mp.com/wiki/Color_ID

Stiu si eu ... branza e pe bani, dar eu tot ma joc pe gratis!

Link to comment
Share on other sites

Am dat compilare dupa ce am pus culoare la masini si imi da 8  warninguri:

C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10016) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10017) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10018) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10019) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10020) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10021) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10022) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10023) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10024) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase

Header size:          10272 bytes
Code size:          1638072 bytes
Data size:          5873016 bytes
Stack/heap size:      16384 bytes; estimated max. usage=4123 cells (16492 bytes)
Total requirements: 7537744 bytes

9 Warnings.
Liniile:
STR1 = CreateVehicle(560,1362.50000000,-1658.59997559,13.19999981,1,1,600); //Sultan
    STR2 = CreateVehicle(411,1362.30004883,-1650.80004883,13.19999981,1,1,600); //Infernus
    STR3 = CreateVehicle(451,1362.59997559,-1643.09997559,13.10000038,1,1,600); //Turismo
    STR4 = CreateVehicle(541,1362.19995117,-1635.40002441,13.10000038,1,1,600); //Bullet
    STR5 = CreateVehicle(560,1382.90002441,-1658.59997559,13.30000019,1,1,600); //Sultan
    STR6 = CreateVehicle(560,1382.69995117,-1667.00000000,13.19999981,1,1,600); //Sultan
    STR7 = CreateVehicle(560,1366.30004883,-1680.80004883,13.30000019,1,1,600); //Sultan
    STR8 = CreateVehicle(541,1360.69995117,-1680.40002441,13.30000019,1,1,600); //Bullet
    STR9 = CreateVehicle(559,1355.40002441,-1680.59997559,13.39999962,1,1,600); //Jester
Si cum sunt masinile la factiune normale:
CreateVehicle(560,1362.50000000,-1658.59997559,13.19999981,270.00000000,-1,-1,15); //Sultan
CreateVehicle(411,1362.30004883,-1650.80004883,13.19999981,272.00000000,-1,-1,15); //Infernus
CreateVehicle(451,1362.59997559,-1643.09997559,13.10000038,272.00000000,-1,-1,15); //Turismo
CreateVehicle(541,1362.19995117,-1635.40002441,13.10000038,272.00000000,-1,-1,15); //Bullet
CreateVehicle(560,1382.90002441,-1658.59997559,13.30000019,0.00000000,-1,-1,15); //Sultan
CreateVehicle(560,1382.69995117,-1667.00000000,13.19999981,0.00000000,-1,-1,15); //Sultan
CreateVehicle(560,1366.30004883,-1680.80004883,13.30000019,0.00000000,-1,-1,15); //Sultan
CreateVehicle(541,1360.69995117,-1680.40002441,13.30000019,0.00000000,-1,-1,15); //Bullet
CreateVehicle(559,1355.40002441,-1680.59997559,13.39999962,0.00000000,-1,-1,15); //Jester

LISTA - GAMEMODE-URI SA-MP - Le gasiti pe toate aici: http://twiriock.com/3MGP

Link to comment
Share on other sites

Mutale pe AddStaticVehicleEx, deoarece la CreateVehicle nu poti sa folosesti cu STR9/ STR1.

Am toate factiunile cu CreateVehicle dar la asta noua imi da 9 warninguri daca vrei fami si mie maisinile cum trebuie .(culoare alba)

Poti sa imi faci si mie astea ca spawn?

AddPlayerClass(115,1379.1046,-1633.4906,13.5395,88.3552,0,0,0,0,0,0); // 
AddPlayerClass(115,1378.1812,-1642.6753,13.5469,90.5276,0,0,0,0,0,0); // 

LISTA - GAMEMODE-URI SA-MP - Le gasiti pe toate aici: http://twiriock.com/3MGP

Link to comment
Share on other sites

[pawn]

    STR1 = AddStaticVehicleEx(560,1362.50000000,-1658.59997559,13.19999981,1,1,600); //Sultan

    STR2 = AddStaticVehicleEx(411,1362.30004883,-1650.80004883,13.19999981,1,1,600); //Infernus

    STR3 = AddStaticVehicleEx(451,1362.59997559,-1643.09997559,13.10000038,1,1,600); //Turismo

    STR4 = AddStaticVehicleEx(541,1362.19995117,-1635.40002441,13.10000038,1,1,600); //Bullet

    STR5 = AddStaticVehicleEx(560,1382.90002441,-1658.59997559,13.30000019,1,1,600); //Sultan

    STR6 = AddStaticVehicleEx(560,1382.69995117,-1667.00000000,13.19999981,1,1,600); //Sultan

    STR7 = AddStaticVehicleEx(560,1366.30004883,-1680.80004883,13.30000019,1,1,600); //Sultan

    STR8 = AddStaticVehicleEx(541,1360.69995117,-1680.40002441,13.30000019,1,1,600); //Bullet

    STR9 = AddStaticVehicleEx(559,1355.40002441,-1680.59997559,13.39999962,1,1,600); //Jester

[/pawn]

Stiu si eu ... branza e pe bani, dar eu tot ma joc pe gratis!

Link to comment
Share on other sites

Imi da warningurile astea:

C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10016) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10017) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10018) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10019) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10020) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10021) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10022) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10023) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10024) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase

Header size:          10300 bytes
Code size:          1637968 bytes
Data size:          5872992 bytes
Stack/heap size:      16384 bytes; estimated max. usage=4123 cells (16492 bytes)
Total requirements: 7537644 bytes

9 Warnings.

LISTA - GAMEMODE-URI SA-MP - Le gasiti pe toate aici: http://twiriock.com/3MGP

Link to comment
Share on other sites

Imi da warningurile astea:

C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10016) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10017) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10018) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10019) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10020) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10021) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10022) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10023) : warning 202: number of arguments does not match definition
C:\Documents and Settings\BogdaneL\My Documents\Downloads\GameSpeed\gamemodes\GameSpeed.pwn(10024) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase

Header size:          10300 bytes
Code size:          1637968 bytes
Data size:          5872992 bytes
Stack/heap size:      16384 bytes; estimated max. usage=4123 cells (16492 bytes)
Total requirements: 7537644 bytes

9 Warnings.

foloseste toate coordonatele

exemplu:

[pawn]police1 = AddStaticVehicleEx(599, 616.1244, -601.7048, 17.4214, 271.5325, -1, -1, 30000);[/pawn]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.