Please Help ?
#1

if(TriesOptions[rand][0] == "sucsess")
{
TogglePlayerControllable(playerid,1);
}

i did this in the mode , and its doing this error :
"C:\Documents and Settings\Eden78\щемзп дтбегд\RP.pwn(3010) : error 033: array must be indexed (variable "-unknown-")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

somebody can help me to fix that ?
Reply
#2

Wrong topic
pawn Код:
if(strfind(TriesOptions[rand][0],"sucsess")==true)
{
  TogglePlayerControllable(playerid,1);
}
maybe this helps
Reply
#3

not working .. its doing a warning: Tag Dismistake or something like this .
Reply
#4

sorry for the double , i fixed this .
you can lock
Reply
#5

pawn Код:
if(strfind(TriesOptions[rand][0],"sucsess",true)==true)
{
  TogglePlayerControllable(playerid,1);
}
I forgot something sorry
Reply
#6

Just for the record, It's spelt "Success" lol.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)