- 0
Ajutor la o cmd
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
KiLLeRZoNE
salut am comanda asta
[pawn] if(strcmp(cmdtext,"/up",true)==0)
{
new Float:X, Float:Y, Float:Z;
new tmp[256];
tmp = strtok(cmdtext , hx);
GetPlayerPos( playerid, X, Y, Z );
SetPlayerPos(playerid,X,Y,Z+strval(tmp));
return 1;
}[/pawn]
si imi da eroarea asta
D:\zonne 0.3d\gamemodes\romania.pwn(1821) : error 017: undefined symbol "hx"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
<img src="http://s15.postimage.org/q6s3fuq4r/snapshotoronthefolldsangdsa.png">
4 answers to this question
Recommended Posts