error 017: undefined symbol "playerid"
#1

Hey,

I created a 'Random' message.

Everything was fine in my other script. but I started to create a new GM.
At my new GM, my random messages gives 3 errors:
Код:
error 017: undefined symbol "playerid"
error 017: undefined symbol "playerid"
error 017: undefined symbol "playerid"
wich is very strange.

Anyone knows how to solve that ?
Reply
#2

You used SetTimer instead of SetTimerEx. Alternatevly, you could loop through all players when sending the message instead of using SetTimerEx
Reply
#3

Show the code.
Reply
#4

Well, I fixed it

But now I got another problem!
I got the line:
Код:
if (IsPlayerInVehicle(playerid,574) == true) {
Wich gives me this warning:
Код:
C:\Documents and Settings\gebruiker\Mijn documenten\SAMP Server\0.3X\gamemodes\RPG.pwn(523) : warning 213: tag mismatch
I dont see any problems ?
Reply
#5

Код:
if (IsPlayerInVehicle(playerid,574)) {
Reply
#6

Ty bro
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)