#1

SPECIAL_ACTION_CUFFED

Can i get this symbol
?
Reply
#2

yes update to 0.3e
Reply
#3

Update to the latest server package & includes (0.3e)
Reply
#4

where do i get the new includes?
Reply
#5

SA-MP.COM

download the client and the server
Reply
#6

And how do i use this
command(cuff, playerid, params[])

it says no symbol command
Reply
#7

Here <- Download

Edit: Yeah I am late... again -.-
Reply
#8

C:\Users\Paul\Desktop\new irp\gamemodes\Extra-vp0s.pwn(35932) : error 029: invalid expression, assumed zero
C:\Users\Paul\Desktop\new irp\gamemodes\Extra-vp0s.pwn(35932) : error 017: undefined symbol "cmd_cuff"
C:\Users\Paul\Desktop\new irp\gamemodes\Extra-vp0s.pwn(35932) : error 029: invalid expression, assumed zero
C:\Users\Paul\Desktop\new irp\gamemodes\Extra-vp0s.pwn(35932) : fatal error 107: too many error messages on one line


after i added Zcmd i wanted to make the new command for cuff
but i got this errors
and i put the includes
Reply
#9

You need change cmd_cuff to
pawn Код:
CMD:cuff(playerid, params[])
{
     //your codding
      return 1;
}
Reply
#10

no symbol "params"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)