GameTextForPlayer = ???
#1

When i type:
GameTextForPlayer(playerid, "Stunt_World" , 5 , 1);

I get eror

C:\Documents and Settings\Administrator\Desktop\Stunt-server\gamemodes\StuntWorld.pwn(59) : error 017: undefined symbol "playerid"

what should i do??
Reply
#2

I need ansrew
Reply
#3

I See You Really Dont Know How To Script...

Your Supposed To Put GameTextforplayer

in The Callbacks that have playerid in them

Reply
#4

lol?
What should i put??
Reply
#5

Quote:
Originally Posted by MB@
lol?
What should i put??
Where Ever You Want To Put it as long as it has

(playerid);
Reply
#6

https://sampwiki.blast.hk/wiki/GameTextForPlayer
Reply
#7

i dont understand can u send a pic of it or something
Reply
#8

https://sampwiki.blast.hk/wiki/Category:Scripting_Callbacks

If callback don't have (playerid) then you can't put GameTextForPlayer there.
Same for your created callbacks.
Reply
#9

OMG.....

DO Something Like This

Код:
public OnPlayerConnect(playerid)
{
 SetGameModeText("I Cant Script");
 return 1;
}
YOU SEE PLAYER ID?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)