SA-MP Forums Archive
MDC command help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MDC command help (/showthread.php?tid=528423)



MDC command help - fonia5 - 27.07.2014

issue has been fixed.


Re: MDC command help - Threshold - 27.07.2014

And what's the problem?


Re: MDC command help - fonia5 - 27.07.2014

Quote:
Originally Posted by Threshold
Посмотреть сообщение
And what's the problem?
i want it to be converted into a dialog.


Re: MDC command help - Don_Cage - 27.07.2014

Try yourself first and if you get problems we will try and help. You'll never learn if you never try
https://sampwiki.blast.hk/wiki/ShowPlayerDialog
https://sampwiki.blast.hk/wiki/OnDialogResponse


Re: MDC command help - fonia5 - 27.07.2014

okay however, i have no clue on how am gonna convert it.
ill give it a try if not am gonna need someone to help me with it.

Never mind i know how to do it. thanks guys i will edit this post if i have issues.


Re: MDC command help - fonia5 - 28.07.2014

got a issue here.

Код:
error 033: array must be indexed (variable "giveplayer")

on this 
	giveplayer = GetPlayerName(i);



Re: MDC command help - Sharpadox - 28.07.2014

"giveplayer" seems to be an array.


Re: MDC command help - fonia5 - 28.07.2014

Quote:
Originally Posted by Sharpadox
Посмотреть сообщение
"giveplayer" seems to be an array.
what? is a array?

its doing it with this new the same here

new PlayerVehicleInfo[MAX_PLAYERS+1][MAX_PLAYERVEHICLES][pvInfo];


Re: MDC command help - Clad - 28.07.2014

pawn Код:
giveplayer == GetPlayerName(i);
Try this


Re: MDC command help - fonia5 - 28.07.2014

Quote:
Originally Posted by Clad
Посмотреть сообщение
pawn Код:
giveplayer == GetPlayerName(i);
Try this
nope didn't work.