what is the cmd
#1

what is the cmd that i can save my post?
Reply
#2

What? Can you explain more please?
Reply
#3

He likely meant pos. /save.
Reply
#4

This one is cool,

https://sampforum.blast.hk/showthread.php?tid=188747
Reply
#5

Quote:
Originally Posted by MP2
Посмотреть сообщение
He likely meant pos. /save.
not that i mean
i mean the cmd that save the player post
if he want to make tele cmd
Reply
#6

Quote:
Originally Posted by xir
Посмотреть сообщение
thnx
Reply
#7

i have another question
what the wrong with this when i type minigun it say unkown command
pawn Код:
if(!strcmp(cmdtext,"/minigun",true))
  {
SetPlayerPos(playerid,1841.1396,-2456.2095,13.5547,1.5512);
   return 1;
    }
and when i compile
pawn Код:
F:\Fun and Games server\gamemodes\Freeroam1.pwn(742) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Warning.
Reply
#8

pawn Код:
if(!strcmp(cmdtext,"/minigun",true))
  {
SetPlayerPos(playerid,1841.1396,-2456.2095,13.5547);
   return 1;
    }
The fourth parameter you had is angle, you can use that for SetPlayerFacingAngle, but not in SetPlayerPos. The code above shall fix your problem.
Reply
#9

it say unkown cmd
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)