Getting angry :P
#1

Hey guys. I'm working in a fresh new FS now.
I included zcmd. I just made 1 single cmd

Please. what is wrong?
I don't know what to do anymore.


http://pastebin.com/F5nS32GT


It's a sceript with 1 cmd
zcmd included
sscanf

Please help and I'll lvoe you for sure
Reply
#2

exactly what is the problem?
Reply
#3

When I do

/setfun 23598 1

it still says: Funpoints added. SO he can't see that the player is not connected

If I do /setfun [myid] 10 my funpoints just don't getting add.

So actualy almost nothing works. I don't see anything wrong in my script. how can this happen?
Reply
#4

Ignore this post
Reply
#5

still doesn't work wilko
Reply
#6

Try this:

http://pastebin.com/YqbvVD4J
Reply
#7

@ Alex,

shouldn't
Код:
else if(IsPlayerConnected(id)) SendClientMessage(playerid, COLOR_DARKORANGE, "Player not found");
be
Код:
else if(!IsPlayerConnected(id)) SendClientMessage(playerid, COLOR_DARKORANGE, "Player not found");
with the "!" Before "IsPlayerConnected"?
Reply
#8

Quote:
Originally Posted by wilko1995
Посмотреть сообщение
@ Alex,

shouldn't
Код:
else if(IsPlayerConnected(id)) SendClientMessage(playerid, COLOR_DARKORANGE, "Player not found");
be
Код:
else if(!IsPlayerConnected(id)) SendClientMessage(playerid, COLOR_DARKORANGE, "Player not found");
with the "!" Before "IsPlayerConnected"?
Shit! :P Yeah sorry. I was doing it quickly so I didn't really see this. Sorry about that, should be like wilko1995 said. :S
Reply
#9

Yay, I helped out.. =D I'm happy, i've learnt something... But anyways, bartje try the code Alex posted an reply if it doesn't work
Reply
#10

atal error 100: cannot read from file: "sscanf2"

Can someone send me the sscanf2 include please?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)