Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: gargy001 poslato Jul 21, 2014, 01:48:29 PRE PODNE

Naslov: [Pomoć] Argument Type Mismatch
Poruka od: gargy001 poslato Jul 21, 2014, 01:48:29 PRE PODNE
Skripta koju koristim:Moja od 0
Detaljan opis problema:Dobijam 4 errora za 4 linije

C:\Documents and Settings\Administrator\Desktop\Crystal Life RolePlay X1 v2\gamemodes\X1.pwn(875) : error 035: argument type mismatch (argument 2)
C:\Documents and Settings\Administrator\Desktop\Crystal Life RolePlay X1 v2\gamemodes\X1.pwn(876) : error 035: argument type mismatch (argument 2)
C:\Documents and Settings\Administrator\Desktop\Crystal Life RolePlay X1 v2\gamemodes\X1.pwn(877) : error 035: argument type mismatch (argument 2)
C:\Documents and Settings\Administrator\Desktop\Crystal Life RolePlay X1 v2\gamemodes\X1.pwn(878) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.

Dio skripte:

Linija 875: PlayerTextDrawShow(playerid, PlayerText:Podatci0);
Linija 876: PlayerTextDrawShow(playerid, PlayerText:Podatci1);
Linija 877: PlayerTextDrawShow(playerid, PlayerText:Podatci2);
Linija 878: PlayerTextDrawShow(playerid, PlayerText:Podatci3);

Neke slike/video za lakse dobivanje pomoci(neobavezno)://
Naslov: Odg: [Pomoć] Argument Type Mismatch
Poruka od: youngdeal poslato Jul 21, 2014, 10:30:33 PRE PODNE
u sakrivanju koristis i konstruktor u tvom slucaju playerid. i ovo ti netreba u pozivu
PlayerText.
znaci

PlayerTextDrawShow(playerid, Podatci0[playerid]);

tako i ostale.