31.12.2015, 17:46
[PAWNO]
C:\Users\****\Desktop\FreeroamLatvianUD\gamemodes\ freeroam.pwn(1339) : error 001: expected token: "-identifier-", but found "-rational value-"
C:\Users\****\Desktop\FreeroamLatvianUD\gamemodes\ freeroam.pwn(1340) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664
[/PAWNO]
And the code im using:
[PAWNO]
if (strcmp("/radiopos", cmdtext, true) == 0)
{
new 3928.7813,2785.2285,1.0940, 15 = 5.0;
GetPlayerPos(playerid, 3928.7813,2785.2285,1.0940);
PlayAudioStreamForPlayer(playerid, "http://somafm.com/tags.pls", 3928.7813,2785.2285,1.0940, 20, 1);
return 1;
}
[/PAWNO]
C:\Users\****\Desktop\FreeroamLatvianUD\gamemodes\ freeroam.pwn(1339) : error 001: expected token: "-identifier-", but found "-rational value-"
C:\Users\****\Desktop\FreeroamLatvianUD\gamemodes\ freeroam.pwn(1340) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664
[/PAWNO]
And the code im using:
[PAWNO]
if (strcmp("/radiopos", cmdtext, true) == 0)
{
new 3928.7813,2785.2285,1.0940, 15 = 5.0;
GetPlayerPos(playerid, 3928.7813,2785.2285,1.0940);
PlayAudioStreamForPlayer(playerid, "http://somafm.com/tags.pls", 3928.7813,2785.2285,1.0940, 20, 1);
return 1;
}
[/PAWNO]