- 0
Cum pot face un al doilea teleport? :">
Sunt Incepator.. cum pot face un al doilea teleport?
14 members have voted
-
Recently Browsing 0 members
- No registered users viewing this page.
14 members have voted
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
Guest 2Shae
Nu stiu cum :S
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/SF", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, 1505.0670,-892.1097,58.7301) ;
return 1;
}
return 0;
}
si dak dupa scriu asta
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/LV", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, ....,...,....) ;
return 1;
}
return 0;
}
error 021: symbol already defined: "OnPlayerCommandText"
C:\Documents and Settings\Felhasználó\Asztal\Server\pawno\Stunt+Drift+Kill_By_2Shae.pwn(204) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Felhasználó\Asztal\Server\pawno\Stunt+Drift+Kill_By_2Shae.pwn(204) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Felhasználó\Asztal\Server\pawno\Stunt+Drift+Kill_By_2Shae.pwn(204) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Felhasználó\Asztal\Server\pawno\Stunt+Drift+Kill_By_2Shae.pwn(204) : fatal error 107: too many error messages on one line
pls cnv help
Link to comment
Share on other sites
4 answers to this question
Recommended Posts