09.10.2016, 18:43
Quote:
|
Hello, is it possible to export a SampSharp project as a filterscript/plugin?
EDIT: Also, why can't it find the GtaPlayer class? This code won't compile: Код:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SampSharp.GameMode.World;
namespace Sasinosoft.Roleplay
{
class Player : GtaPlayer
{
}
}
Solved The class was "BasePlayer" not "GtaPlayer"... Please can you update the API documentation and the tutorials, because some other newbies like me could get the same problems... |


