no of arguements do not match the definition size
#1

Код:
new safeid = GetPlayerVirtualWorld(playerid, safeid);
No of arguements do no match the definition size..
Reply
#2

the syntax of
PHP код:
GetPlayerVirtualWorld 
is like that..

PHP код:
GetPlayerVirtualWorld(playerid
So you must use it like that..

PHP код:
new safeid GetPlayerVirtualWorld(playerid
Reply
#3

#define gvw GetPlayerVirtualWorld

new vw=gvw(playerid);

or you could also create variable for virutal world and use that.
Reply
#4

Quote:
Originally Posted by CodeStyle175
Посмотреть сообщение
#define gvw GetPlayerVirtualWorld

new vw=gvw(playerid);

or you could also create variable for virutal world and use that.
Why to just increase the lines and the defines of the script for something which is easy to write..?
Reply
#5

Quote:
Originally Posted by ******
Посмотреть сообщение
Why are you changing the name like that?
Because he doesn't even know what he's doing
Reply
#6

its time wasteful to write over and over again same long function.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)