- 0
Problema /v
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
Bogdan's
Problema intalnita (descriere): Salutare,deci am facut comanda /v(de la 0) dar nu imi dau seama ce functii trebuie sa folosesc pentru a denumi masina.
Ero(area / rile) / warning-(ul / urile):
D:\Vlad\Server\gamemodes\Quit.pwn(34362) : warning 202: number of arguments does not match definition
D:\Vlad\Server\gamemodes\Quit.pwn(34366) : warning 202: number of arguments does not match definition
D:\Vlad\Server\gamemodes\Quit.pwn(34370) : warning 202: number of arguments does not match definition
Liniile de cod / sursa / script-ul(obligatoriu):
if(strcmp(cmd, "/veh", true) == 0) {; new BigString15[1900]; if(PlayerInfo[playerid][pPcarkey] > 1) { strcat(BigString15, "{FFFFFF}1. %s\n", 1900, PlayerInfo[playerid][pPcarkey]);//error 1 } if(PlayerInfo[playerid][pPcarkey2] > 1) { strcat(BigString15, "{FFFFFF}2. %s\n", 1900, PlayerInfo[playerid][pPcarkey2]);//error 2 } if(PlayerInfo[playerid][pPcarkey3] > 1) { strcat(BigString15, "{FFFFFF}3. %s\n", 1900, PlayerInfo[playerid][pPcarkey3] );//error 3 } ShowPlayerDialog(playerid, DIALOG_V, DIALOG_STYLE_LIST, "Vehicle Control", BigString15, "Ok",""); return 1; }Imagini / Video (optional):
Ati incercat sa rezolvati singur?: Da am incercat sa schimb cu
CarInfo[carkey][cDescription]
CarInfo[carkey2][cDescription]
CarInfo[carkey3][cDescription]
Dar nu mi-a iesit tot aceleasi warninguri imi dau.Ma puteti ajuta?
Mentionez ca gamemode-ul este Quit GF v 0.0.0.8
Edited by Bogdan's4 answers to this question
Recommended Posts